Navigation Menu

Skip to content

Commit

Permalink
Remove spammy log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Jan 2, 2017
1 parent 59e67b5 commit f85861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/iTermHotKeyProfileBindingController.m
Expand Up @@ -106,7 +106,7 @@ - (void)updateRegistrationForProfile:(Profile *)profile {
iTermHotKeyModifierActivation modifierActivation = [iTermProfilePreferences unsignedIntegerForKey:KEY_HOTKEY_MODIFIER_ACTIVATION inProfile:profile];

// Update the keycode and modifier and re-register.
NSLog(@"Update registration for %@", hotKey);
DLog(@"Update registration for %@", hotKey);
[hotKey setShortcuts:[iTermShortcut shortcutsForProfile:profile]
hasModifierActivation:hasModifierActivation
modifierActivation:modifierActivation];
Expand Down

0 comments on commit f85861a

Please sign in to comment.