comment out unnecessary log

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-08-13 11:26:59 +00:00
parent 684974fbfc
commit 270ba8bbbc

View file

@ -1109,7 +1109,7 @@ quotedFromString(NSString *aString)
[args appendString: quotedFromString(arg)];
}
NSLog(@"ARGS: '%@'", args);
// NSLog(@"ARGS: '%@'", args);
w_args = NSZoneMalloc(NSDefaultMallocZone(),
sizeof(wchar_t) * ([args length] + 1));
[args getCharacters: (unichar*)w_args];