This commit is contained in:
Leijurv 2018-11-05 17:26:49 -08:00
parent 2aee91be10
commit d121ca182f
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class PathingControlManager {
proc.onLostControl();
continue;
}
System.out.println("Executing command " + exec.commandType + " " + exec.goal + " from " + proc.displayName());
//System.out.println("Executing command " + exec.commandType + " " + exec.goal + " from " + proc.displayName());
inControlThisTick = proc;
found = true;
cancelOthers = !proc.isTemporary();