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:
Par Winzell
2008-05-09 15:57:50 +00:00
parent 993ae240b3
commit bf3a5599f2
@@ -10,7 +10,7 @@
import avmplus.System;
for (var i :int = 0; i < System.argv.length; ++i) {
print("Argv[" + i + "] = " + System.argv[i]);
trace("Argv[" + i + "] = " + System.argv[i]);
}
/*