I removed print(), use trace() instead.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5065 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
import avmplus.System;
|
import avmplus.System;
|
||||||
|
|
||||||
for (var i :int = 0; i < System.argv.length; ++i) {
|
for (var i :int = 0; i < System.argv.length; ++i) {
|
||||||
print("Argv[" + i + "] = " + System.argv[i]);
|
trace("Argv[" + i + "] = " + System.argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user