diff options
author | johnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-05 13:59:09 +0000 |
---|---|---|
committer | johnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-09-05 13:59:09 +0000 |
commit | 237b2ba664711a9f23cac42805033f0384533208 (patch) | |
tree | 453a55348c7e29643284192ccffa9448abdc5de0 /TAO/tests/Bug_1476_Test | |
parent | db118d16316c1d5216acfcc29f9ead722071200a (diff) | |
download | ATCD-237b2ba664711a9f23cac42805033f0384533208.tar.gz |
Tue Sep 5 13:56:58 UTC 2006 Ciju John <johnc@ociweb.com>
* tests/Bug_1476_Test/run_test.pl:
Took out a debug print statement.
Diffstat (limited to 'TAO/tests/Bug_1476_Test')
-rwxr-xr-x | TAO/tests/Bug_1476_Test/run_test.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Bug_1476_Test/run_test.pl b/TAO/tests/Bug_1476_Test/run_test.pl index 740fc65e242..2dd6f6ede12 100755 --- a/TAO/tests/Bug_1476_Test/run_test.pl +++ b/TAO/tests/Bug_1476_Test/run_test.pl @@ -31,8 +31,6 @@ if (PerlACE::waitforfile_timed ($iorfile, @synchs = ("none","delayed"); @levels = ("obj", "orb", "thread"); -print STDOUT @synchs; - for ($s = 0; $s < @synchs; $s++) { $synch = $synchs[$s]; |