remove print from test File

This commit is contained in:
Boolean-true 2024-05-20 22:42:01 +02:00
parent 7d4aa26cbb
commit 72647ffe70

View File

@ -15,7 +15,6 @@ public class ClassCanBeBytecoded {
var1 = var1 + 1; var1 = var1 + 1;
} }
} }
print(x);
return var1; return var1;
} }
} }