Skip to content

Commit e2dfc6c

Browse files
committed
Refactoring
1 parent 20019f1 commit e2dfc6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/Shortcuts.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public static void doSC(int first, int second) {
6868
public static void doTSC(int idx) {
6969
Shortcut cut = tsc[idx];
7070

71-
System.out.println("Pressing " + String.join(" + ", cut.keys));
7271

7372
if (!cut.isDef()) {
7473
return;

0 commit comments

Comments
 (0)