reducing clutter

This commit is contained in:
rusefi 2020-05-20 19:02:12 -04:00
parent a2648c4d52
commit 97217be90a
1 changed files with 2 additions and 0 deletions

View File

@ -126,7 +126,9 @@ public class LogDownloader {
} }
private void listDirectory() { private void listDirectory() {
/*
CommandQueue.getInstance().write("ls /", CommandQueue.DEFAULT_TIMEOUT, InvocationConfirmationListener.VOID, CommandQueue.getInstance().write("ls /", CommandQueue.DEFAULT_TIMEOUT, InvocationConfirmationListener.VOID,
false); false);
*/
} }
} }