diff options
author | tmk <nobody@nowhere> | 2013-02-26 16:27:09 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-02-26 16:27:09 +0900 |
commit | a207e848b3b308406263576c1e0d066067888416 (patch) | |
tree | 1e2ac59d8350a8f5a56b645954cae948841e17c9 /common/action_macro.c | |
parent | 6778324de2f8cbdf4eeada7b2be05937dc833e9b (diff) |
Add tap flags on record_t
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 72859c0dda..ca7ffa822d 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) case MODS_DOWN: MACRO_READ(); debug("MODS_DOWN("); debug_hex(macro); debug(")\n"); - debug("MODS_UP("); debug_hex(macro); debug(")\n"); add_mods(macro); break; case MODS_UP: |