From ce7fb614565db01281a44e6c4501a70aa4eedd58 Mon Sep 17 00:00:00 2001 From: Torstein Stromme <torstein.stromme@uib.no> Date: Tue, 31 Jan 2023 14:24:26 +0100 Subject: [PATCH] removed debug code --- src/main/java/no/uib/inf101/terminal/DummyShell.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/no/uib/inf101/terminal/DummyShell.java b/src/main/java/no/uib/inf101/terminal/DummyShell.java index 4103288..09bf3d5 100644 --- a/src/main/java/no/uib/inf101/terminal/DummyShell.java +++ b/src/main/java/no/uib/inf101/terminal/DummyShell.java @@ -17,7 +17,6 @@ public class DummyShell implements CommandLineInterface { } else { screenContent += key; } - System.out.println((int) key); } @Override -- GitLab