[Pkg-owncloud-commits] [owncloud-client] 267/332: MacOverlay: Some logging cleanings.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit c3b6aecb7948d98acdfa42aa5161f52fdc595d61
Author: Klaas Freitag <freitag at owncloud.com>
Date: Fri Jul 18 17:12:02 2014 +0200
MacOverlay: Some logging cleanings.
---
shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
index bc38730..a6ae4b3 100644
--- a/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
+++ b/shell_integration/MacOSX/LiferayNativityFinder/ContentManager.m
@@ -109,7 +109,7 @@ static ContentManager* sharedInstance = nil;
NSString* normalizedPath = [path decomposedStringWithCanonicalMapping];
[_fileNamesCache setObject:res forKey:normalizedPath];
- NSLog(@"SET value %d", [res intValue]);
+ // NSLog(@"SET value %d", [res intValue]);
[self repaintAllWindows];
}
@@ -153,7 +153,6 @@ static ContentManager* sharedInstance = nil;
- (void)clearFileNameCacheForPath:(NSString*)path
{
NSMutableArray *keysToDelete = [NSMutableArray array];
- NSLog(@"Clearing the cache for %@", path);
if( path != nil ) {
for (id p in [_fileNamesCache keyEnumerator]) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list