Author: mlytwyn
Date: Mon Aug 17 03:53:44 2015
New Revision: 38894

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

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m?rev=38894&r1=38893&r2=38894&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   Mon Aug 
17 03:53:44 2015
@@ -1653,8 +1653,6 @@
       superview = [[self view] superview];
       /* We must avoid to encode view hierarchy */
       [[self view] removeFromSuperviewWithoutNeedingDisplay];
-      NSLog(@"Encode toolbar item with label %@, view %@ and superview %@", 
-            [self label], [self view], superview);
       // NOTE: Keyed archiver would fail on NSSlider here.
       encodedView = [NSArchiver archivedDataWithRootObject: [self view]];
       [new setView: [NSUnarchiver unarchiveObjectWithData: encodedView]];


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

Reply via email to