Author: mlytwyn
Date: Sat Mar  4 20:25:06 2017
New Revision: 40356

URL: http://svn.gna.org/viewcvs/gnustep?rev=40356&view=rev
Log:
Remove logs

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSBrowser.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSBrowser.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSBrowser.m?rev=40356&r1=40355&r2=40356&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSBrowser.m       
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSBrowser.m       Sat Mar 
 4 20:25:06 2017
@@ -702,7 +702,6 @@
   NSUInteger indexOfSubStrings;
   NSInteger column;
   BOOL useDelegate = NO;
-  NSWarnMLog(@"path: %@", path);
 
   if ([_browserDelegate respondsToSelector:
     @selector(browser:selectCellWithString:inColumn:)])
@@ -887,7 +886,6 @@
    * people should not depend on methods that return strings to return
    * immutable strings.
    */
-  NSWarnMLog(@"sep: %@", separator);
   return AUTORELEASE (separator);
 }
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to