Remove debug output

This commit is contained in:
jakubg1
2024-06-12 13:24:41 +02:00
parent 7560829d16
commit fb3c0c2d6d

View File

@@ -173,7 +173,6 @@ keyboard_input::recall_bindings() {
// This can't be done now as by default this would destroy all command descriptions, // This can't be done now as by default this would destroy all command descriptions,
// which are used by Starter. // which are used by Starter.
// Do this when szczawik's Starter becomes deprecated or implements command descriptions in some other way. // Do this when szczawik's Starter becomes deprecated or implements command descriptions in some other way.
WriteLog("got: \"" + bindingkeyname + "\"");
if (descriptionStarted) { if (descriptionStarted) {
if (description.size() > 0) { if (description.size() > 0) {
description += " "; description += " ";