mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:20:37 +00:00
Remove some debugging code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2256 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf12b45df0
commit
bec518f970
2 changed files with 3 additions and 4 deletions
|
@ -62,8 +62,9 @@
|
|||
//
|
||||
- (void)drawRect:(NSRect)rect
|
||||
{
|
||||
NSLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x, rect.origin.y,
|
||||
rect.size.width, rect.size.height);
|
||||
NSDebugLog(@"NSColorWell drawRect: %f %f %f %f\n", rect.origin.x,
|
||||
rect.origin.y,
|
||||
rect.size.width, rect.size.height);
|
||||
|
||||
// Draw border
|
||||
if (is_bordered)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue