Code cleanup
This commit is contained in:
parent
85176a5832
commit
4eec3f7bce
1 changed files with 3 additions and 1 deletions
|
@ -185,7 +185,9 @@ public class AcceleratorSetup extends GlobalPosition {
|
|||
break;
|
||||
}
|
||||
}
|
||||
WarpDrive.logger.info("First void shell is " + firstVoidShell);
|
||||
if (WarpDriveConfig.LOGGING_ACCELERATOR) {
|
||||
WarpDrive.logger.info("First void shell is " + firstVoidShell);
|
||||
}
|
||||
if (firstVoidShell == null) {
|
||||
WarpDrive.logger.warn("No void shell connection found");
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue