Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
orsi committed Sep 13, 2020
1 parent aaebe76 commit aee66bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macosx/Snes9x/S9xPrefsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ - (IBAction)setMacFrameSkip:(NSTextField *)sender
{
AppDelegate *appDelegate = (AppDelegate *)NSApp.delegate;
[appDelegate setMacFrameSkip:(int)sender.integerValue];
NSLog(@"setMacFrameSkip %ld", sender.integerValue);
}

- (BOOL)handleInput:(S9xJoypadInput *)input fromJoypad:(S9xJoypad *)joypad
Expand Down

0 comments on commit aee66bb

Please sign in to comment.