From e291dd28fad065cd4467c24efc7dbaa917105c34 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Fri, 8 Apr 2016 10:15:45 +0000 Subject: [PATCH] remove accidental commit of debug NSLog() git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39646 72102866-910b-0410-8b05-ffd578937521 --- Source/NSUserDefaults.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/NSUserDefaults.m b/Source/NSUserDefaults.m index c7931a62e..6a9110d25 100644 --- a/Source/NSUserDefaults.m +++ b/Source/NSUserDefaults.m @@ -2421,8 +2421,6 @@ static BOOL isLocked = NO; continue; } - NSLog(@"domain name: %@", domainName); - /* We only look at files which do not represent domains in the * _changedDomains list, since our internal information on the * domains in that list overrides anything on disk.