We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20019f1 commit e2dfc6cCopy full SHA for e2dfc6c
src/main/Shortcuts.java
@@ -68,7 +68,6 @@ public static void doSC(int first, int second) {
68
public static void doTSC(int idx) {
69
Shortcut cut = tsc[idx];
70
71
- System.out.println("Pressing " + String.join(" + ", cut.keys));
72
73
if (!cut.isDef()) {
74
return;
0 commit comments