From e39e1ea4f3f69548bdc53fa60fd75240dcdfaa5a Mon Sep 17 00:00:00 2001 From: Lendemor Date: Wed, 7 Dec 2016 16:10:29 +0100 Subject: [PATCH] Plop removal --- src/keybindings.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keybindings.cpp b/src/keybindings.cpp index e3c61e7..f0eb4fa 100644 --- a/src/keybindings.cpp +++ b/src/keybindings.cpp @@ -34,7 +34,6 @@ KeyBindings::KeyBindings() KeyBindings::KeyBindings(const Context &context, const IKeysMap &keysmap) { for (int action : context.getActions()){ - std::cout << "plop" << std::endl; for (Binding binding : keysmap.getBindings(action)){ switch(binding.type){ case IKeysMap::PRESSED: