diff --git a/java_console/io/src/main/java/com/rusefi/io/DfuHelper.java b/java_console/io/src/main/java/com/rusefi/io/DfuHelper.java index d8bbe8e6d0..e6dd9fca9d 100644 --- a/java_console/io/src/main/java/com/rusefi/io/DfuHelper.java +++ b/java_console/io/src/main/java/com/rusefi/io/DfuHelper.java @@ -7,13 +7,7 @@ import java.io.IOException; public class DfuHelper { public static void sendDfuRebootCommand(IoStream stream, StringBuilder messages) { - - - - if (1==1) - return; - - byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU); + byte[] command = BinaryProtocol.getTextCommandBytes(Fields.CMD_REBOOT_DFU); try { stream.sendPacket(command); stream.close();