summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-08-10 17:30:06 +0000
committerBrent Eagles <brent@zeroc.com>2005-08-10 17:30:06 +0000
commita23bf427c0485c96e7efe2da51089db3bad79d8c (patch)
tree20c27699e79d0428aa1c7e59d0cb0d9699e173f0
parentAdding proguard to test and fixing invalid application problem. (diff)
downloadice-a23bf427c0485c96e7efe2da51089db3bad79d8c.tar.bz2
ice-a23bf427c0485c96e7efe2da51089db3bad79d8c.tar.xz
ice-a23bf427c0485c96e7efe2da51089db3bad79d8c.zip
removing debug println
-rw-r--r--javae/test/IceE/operations/AllTests.java1
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);