Code cleanup

This commit is contained in:
Unknown 2018-06-21 11:11:50 +02:00
parent 85176a5832
commit 4eec3f7bce

View file

@ -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;