summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorCarlos Quiroz <carlos.m.quiroz@gmail.com>2017-06-18 01:48:03 +0200
committerCarlos Quiroz <carlos.m.quiroz@gmail.com>2017-06-18 18:17:51 +0200
commit74d752b531f4c5e90ceb3b8e55fdc68da35aa2ff (patch)
tree42c215661e5a71849273a856c8759087aed81ccf /tmk_core
parent3ab0f4d9e521514e0d6f3cb7852656ca4dbe4a37 (diff)
downloadqmk_firmware-74d752b531f4c5e90ceb3b8e55fdc68da35aa2ff.tar.gz
qmk_firmware-74d752b531f4c5e90ceb3b8e55fdc68da35aa2ff.tar.xz
Remove noisy debug line
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c
index 6e8ad43c9..84e661523 100644
--- a/tmk_core/common/action.c
+++ b/tmk_core/common/action.c
@@ -67,7 +67,6 @@ void action_exec(keyevent_t event)
#if (defined(ONESHOT_TIMEOUT) && (ONESHOT_TIMEOUT > 0))
if (has_oneshot_layer_timed_out()) {
- dprintf("Oneshot layer: timeout\n");
clear_oneshot_layer_state(ONESHOT_OTHER_KEY_PRESSED);
}
if (has_oneshot_mods_timed_out()) {