remove module checks

This commit is contained in:
2025-06-16 15:56:04 -05:00
parent 233f59e04a
commit 8b3f5476a9
2 changed files with 4 additions and 32 deletions

View File

@@ -8,11 +8,4 @@ for (var i = 0; i < N; i ++) {
}
log.console(2 * num / N);
var a = 100
var b = 100
if ("test") log.console("OK!")
log.console(a != b)
$_.stop()