Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Disable a debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgod committed Aug 20, 2009
1 parent 53e33b5 commit 0cc3104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoakeyboard.m
Expand Up @@ -610,7 +610,7 @@ - (NSArray *) validAttributesForMarkedText

if (! [[data->fieldEdit superview] isEqual: parentView])
{
NSLog(@"add fieldEdit to window contentView");
// NSLog(@"add fieldEdit to window contentView");
[data->fieldEdit removeFromSuperview];
[parentView addSubview: data->fieldEdit];
[[NSApp keyWindow] makeFirstResponder: data->fieldEdit];
Expand Down

0 comments on commit 0cc3104

Please sign in to comment.