From bf3a5599f2c30f48b0ac7c2241e0e659f28e5538 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Fri, 9 May 2008 15:57:50 +0000 Subject: [PATCH] I removed print(), use trace() instead. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5065 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/src/as/com/threerings/bureau/client/TestClientMain.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/as/com/threerings/bureau/client/TestClientMain.as b/tests/src/as/com/threerings/bureau/client/TestClientMain.as index 5390fb026..eb41b36da 100644 --- a/tests/src/as/com/threerings/bureau/client/TestClientMain.as +++ b/tests/src/as/com/threerings/bureau/client/TestClientMain.as @@ -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]); } /*