mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 14:31:55 +00:00
Remove extraneous NSLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@36778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
139c233e05
commit
03f832152f
1 changed files with 0 additions and 2 deletions
|
@ -1629,8 +1629,6 @@ NSString *GSMovableToolbarItemPboardType = @"GSMovableToolbarItemPboardType";
|
||||||
superview = [[self view] superview];
|
superview = [[self view] superview];
|
||||||
/* We must avoid to encode view hierarchy */
|
/* We must avoid to encode view hierarchy */
|
||||||
[[self view] removeFromSuperviewWithoutNeedingDisplay];
|
[[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.
|
// NOTE: Keyed archiver would fail on NSSlider here.
|
||||||
encodedView = [NSArchiver archivedDataWithRootObject: [self view]];
|
encodedView = [NSArchiver archivedDataWithRootObject: [self view]];
|
||||||
[new setView: [NSUnarchiver unarchiveObjectWithData: encodedView]];
|
[new setView: [NSUnarchiver unarchiveObjectWithData: encodedView]];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue