Skip to content

Commit

Permalink
Remove debug printing in Input.pas.
Browse files Browse the repository at this point in the history
  • Loading branch information
BranDougherty committed Oct 29, 2022
1 parent cda9223 commit 1b86a84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/Input.pas
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ function BindKey(key, action, command: string; Modifier: TKeyMods): Boolean;
Binds[i + 1] := Binds[i];
Binds[id] := b;

writeln('======');
for i := Low(Binds) to High(Binds) do
writeln(inttostr(binds[i].specificity));
writeln('======');

Debug('[INPUT] BindKey: Key: ' + key + ' (' +
IntToStr(Binds[id].keyId) + '), Mod: ' + IntToStr(Binds[id].keyMod) +
' Command: ' + command);
Expand Down

0 comments on commit 1b86a84

Please sign in to comment.