Skip to content

Commit

Permalink
Removed some debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hallski committed Oct 24, 2009
1 parent 831effc commit 9643ba1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions GlossyClockAppDelegate.m
Expand Up @@ -18,8 +18,6 @@ @implementation GlossyClockAppDelegate
OSStatus
MyHotKeyHandler(EventHandlerCallRef nextHandler, EventRef theEvent, void *userData)
{
// Do something once the key is pressed
NSLog(@"Hot key pressed");
GlossyClockAppDelegate *delegate = (GlossyClockAppDelegate *)[[NSApplication sharedApplication] delegate];

[[delegate window] toggleVisibility];
Expand All @@ -33,8 +31,6 @@ - (void)registerHotKeys
EventHotKeyID hotKeyID;
EventTypeSpec eventType;

NSLog(@"Registering hot key");

eventType.eventClass = kEventClassKeyboard;
eventType.eventKind = kEventHotKeyPressed;

Expand Down

0 comments on commit 9643ba1

Please sign in to comment.