mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
684974fbfc
commit
270ba8bbbc
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue