diff options
Diffstat (limited to 'common/action_macro.c')
| -rw-r--r-- | common/action_macro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/action_macro.c b/common/action_macro.c index 72859c0dd..ca7ffa822 100644 --- a/common/action_macro.c +++ b/common/action_macro.c | |||
| @@ -41,7 +41,6 @@ void action_macro_play(const prog_macro_t *macro_p) | |||
| 41 | case MODS_DOWN: | 41 | case MODS_DOWN: |
| 42 | MACRO_READ(); | 42 | MACRO_READ(); |
| 43 | debug("MODS_DOWN("); debug_hex(macro); debug(")\n"); | 43 | debug("MODS_DOWN("); debug_hex(macro); debug(")\n"); |
| 44 | debug("MODS_UP("); debug_hex(macro); debug(")\n"); | ||
| 45 | add_mods(macro); | 44 | add_mods(macro); |
| 46 | break; | 45 | break; |
| 47 | case MODS_UP: | 46 | case MODS_UP: |
