From fb3c0c2d6d9c5ff0f84d7716423b67ddee360276 Mon Sep 17 00:00:00 2001 From: jakubg1 <24206305+jakubg1@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:24:41 +0200 Subject: [PATCH] Remove debug output --- keyboardinput.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboardinput.cpp b/keyboardinput.cpp index 70445d18..6fcdede8 100644 --- a/keyboardinput.cpp +++ b/keyboardinput.cpp @@ -173,7 +173,6 @@ keyboard_input::recall_bindings() { // This can't be done now as by default this would destroy all command descriptions, // which are used by Starter. // Do this when szczawik's Starter becomes deprecated or implements command descriptions in some other way. - WriteLog("got: \"" + bindingkeyname + "\""); if (descriptionStarted) { if (description.size() > 0) { description += " ";