diff options
author | Brent Eagles <brent@zeroc.com> | 2005-08-10 17:30:06 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-08-10 17:30:06 +0000 |
commit | a23bf427c0485c96e7efe2da51089db3bad79d8c (patch) | |
tree | 20c27699e79d0428aa1c7e59d0cb0d9699e173f0 | |
parent | Adding proguard to test and fixing invalid application problem. (diff) | |
download | ice-a23bf427c0485c96e7efe2da51089db3bad79d8c.tar.bz2 ice-a23bf427c0485c96e7efe2da51089db3bad79d8c.tar.xz ice-a23bf427c0485c96e7efe2da51089db3bad79d8c.zip |
removing debug println
-rw-r--r-- | javae/test/IceE/operations/AllTests.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javae/test/IceE/operations/AllTests.java b/javae/test/IceE/operations/AllTests.java index 607173cd8c1..ec2ed5c0551 100644 --- a/javae/test/IceE/operations/AllTests.java +++ b/javae/test/IceE/operations/AllTests.java @@ -34,7 +34,6 @@ public class AllTests test(base.ice_communicator() == communicator); out.println("ok"); - out.println(base); out.print("testing checked cast... "); out.flush(); Test.MyClassPrx cl = Test.MyClassPrxHelper.checkedCast(base); |