about summary refs log tree commit diff stats
path: root/keychord.lua
diff options
context:
space:
mode:
Diffstat (limited to 'keychord.lua')
-rw-r--r--keychord.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/keychord.lua b/keychord.lua
index 1e319dd..12feef7 100644
--- a/keychord.lua
+++ b/keychord.lua
@@ -13,7 +13,6 @@ function App.combine_modifiers(key)
   local down = love.keyboard.isDown
   if down('lctrl') or down('rctrl') then
     result = result..'C-'
-    print(result)
   end
   if down('lalt') or down('ralt') then
     result = result..'M-'