fix: remove print crowding the hammerspoon log

This commit is contained in:
Noah Masur 2022-12-18 17:24:44 -07:00
parent d1b144f441
commit a0c99a8449

View File

@ -69,7 +69,7 @@ function obj:init()
-- If any other key is pressed, don't send escape
self.asModifier = hs.eventtap.new({ hs.eventtap.event.types.keyDown }, function(_)
self.sendEscape = false
print("Don't sent escape")
-- print("Don't sent escape")
end)
-- If mouse is moving significantly, don't send escape