This commit is contained in:
Brendan Dahl 2014-10-24 20:09:39 -07:00
Родитель e0a67a641b
Коммит 3b34ad1ecd
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -77,8 +77,6 @@ try {
jvm.startIsolate0(scriptArgs[0], urlParams.args);
jvm.startIsolate0("SimpleClass", urlParams.args);
print("RUNNING TIME: " + (dateNow() - start));
} catch (x) {
print(x);