removed debug code

This commit is contained in:
Jonas_Jones 2024-05-11 19:31:24 +02:00
parent 95777078b0
commit 7c65b9c0ff

View file

@ -39,8 +39,9 @@ public class ShellCommand {
new BufferedReader(new InputStreamReader(process.getInputStream()));
String line;
System.out.println("TIMEOUT: " + timeout);
System.out.println("TIME: " + System.currentTimeMillis()/1000L);
// WIP
//System.out.println("TIMEOUT: " + timeout);
//System.out.println("TIME: " + System.currentTimeMillis()/1000L);
long finalTimeout = timeout;
new Thread(() -> {