mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Remove logging of index URL
This commit is contained in:
@@ -161,7 +161,6 @@
|
||||
NSMutableString *urlString = [NSMutableString string];
|
||||
|
||||
NSURL *indexUrl = [[NSURL alloc] initFileURLWithPath:[_resourcePath stringByAppendingPathComponent:@"static/index.html"]];
|
||||
NSLog(@"%@", [indexUrl absoluteString]);
|
||||
[urlString appendString:[indexUrl absoluteString]];
|
||||
[urlString appendFormat:@"?bootstrapScript=%@", [self encodeUrlParam:_bootstrapScript]];
|
||||
[urlString appendFormat:@"&resourcePath=%@", [self encodeUrlParam:_resourcePath]];
|
||||
|
||||
Reference in New Issue
Block a user