Skip to content

Commit

Permalink
Commented out the loc - locator, path (for bundles) NSLog
Browse files Browse the repository at this point in the history
Tidying up the console
  • Loading branch information
pjrobertson committed Jan 26, 2010
1 parent 6b91334 commit 7d3eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quicksilver/Code-QuickStepCore/QSResourceManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ - (NSString *)pathWithLocatorInformation:(id)locator {

NSString *basePath = [bundle bundlePath];
// NSString *basePath = [workspace absolutePathForAppBundleWithIdentifier:bundle];
NSLog(@"loc %@ %@", locator, path);
// NSLog(@"loc %@ %@", locator, path);

if (resourceName) {
path = [bundle pathForResource:[resourceName stringByDeletingPathExtension]
Expand Down

0 comments on commit 7d3eb9b

Please sign in to comment.