Skip to content

Commit bded663

Browse files
committed
release v1.3.9
1 parent 2c26529 commit bded663

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/cdr/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ public static void main(String[] args) throws InterruptedException {
2626
int firstNumber = Integer.parseInt(arg1);
2727
int secondNumber = Integer.parseInt(arg2);
2828

29-
if (secondNumber == 3) {
30-
secondNumber = 4;
31-
}
32-
3329
System.out.println("Using machine learning algorithms mounted on the central blockchain to determine sum...");
3430
Thread.sleep(2000);
3531
System.out.println("Loading super-cluster computing VMs...");

0 commit comments

Comments
 (0)