mirror of
https://github.com/JonasunderscoreJones/BetterConsoleMC.git
synced 2025-10-22 13:29:19 +02:00
removed debug code
This commit is contained in:
parent
95777078b0
commit
7c65b9c0ff
1 changed files with 3 additions and 2 deletions
|
@ -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(() -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue