mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 09:30:48 +00:00
Remove NSLog(s)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38023 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c008417ba0
commit
a5e0050e55
1 changed files with 0 additions and 2 deletions
|
@ -250,7 +250,6 @@
|
|||
|
||||
- (void) setBezeled: (BOOL)flag
|
||||
{
|
||||
NSLog(@"%s:flag: %ld", __PRETTY_FUNCTION__, (long)flag);
|
||||
if (_isBezeled != flag)
|
||||
{
|
||||
_isBezeled = flag;
|
||||
|
@ -497,7 +496,6 @@
|
|||
if ([aDecoder containsValueForKey: @"NSpiFlags"])
|
||||
{
|
||||
int flags = [aDecoder decodeIntForKey: @"NSpiFlags"];
|
||||
NSLog(@"%s:flags: %p", __PRETTY_FUNCTION__, flags);
|
||||
|
||||
_isIndeterminate = ((flags & 2) == 2);
|
||||
_controlTint = NSDefaultControlTint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue