mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Remove NSLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38894 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78b13f5f4c
commit
f7443f9883
1 changed files with 0 additions and 2 deletions
|
@ -1653,8 +1653,6 @@ NSString *GSMovableToolbarItemPboardType = @"GSMovableToolbarItemPboardType";
|
|||
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]];
|
||||
|
|
Loading…
Reference in a new issue