From 7d3eb9bdd87a7e1d11aea679ed12915f12489063 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Tue, 26 Jan 2010 10:53:24 -0700 Subject: [PATCH] Commented out the loc - locator, path (for bundles) NSLog Tidying up the console --- Quicksilver/Code-QuickStepCore/QSResourceManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quicksilver/Code-QuickStepCore/QSResourceManager.m b/Quicksilver/Code-QuickStepCore/QSResourceManager.m index 3a874df23..491fa7928 100644 --- a/Quicksilver/Code-QuickStepCore/QSResourceManager.m +++ b/Quicksilver/Code-QuickStepCore/QSResourceManager.m @@ -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]