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())); new BufferedReader(new InputStreamReader(process.getInputStream()));
String line; String line;
System.out.println("TIMEOUT: " + timeout); // WIP
System.out.println("TIME: " + System.currentTimeMillis()/1000L); //System.out.println("TIMEOUT: " + timeout);
//System.out.println("TIME: " + System.currentTimeMillis()/1000L);
long finalTimeout = timeout; long finalTimeout = timeout;
new Thread(() -> { new Thread(() -> {