summaryrefslogtreecommitdiff
path: root/UMain.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UMain.pas')
-rw-r--r--UMain.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UMain.pas b/UMain.pas
index f131b3d..b57b58d 100644
--- a/UMain.pas
+++ b/UMain.pas
@@ -1531,7 +1531,7 @@ begin
// Filter out all non-character keys
s := UTF8Encode(WideChar(KeyValToUnicode(Key)));
if (Length(s) = 0) or (s = #0) then begin
- DebugMsg(['HandleKey: not a character key. Ignoring.']);
+// DebugMsg(['HandleKey: not a character key. Ignoring.']);
Exit;
end;