Skip to content

Commit

Permalink
Removed debugging printf()
Browse files Browse the repository at this point in the history
  • Loading branch information
zevv committed Oct 4, 2016
1 parent 34f9d53 commit 57955bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ int main(int argc, char **argv)
return 0;
case 'm':
opt_mute_keycode = strtol(optarg, NULL, 0);
printf("%d\n", opt_mute_keycode);
break;
case 'v':
opt_verbose++;
Expand Down

0 comments on commit 57955bc

Please sign in to comment.