summaryrefslogtreecommitdiff
path: root/lib/sbin/Runtest.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 16:21:48 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-25 16:21:48 +0000
commit8d438282199ee57ae4b36d93821faa15eae46821 (patch)
treefa8e6551e79e65d7622a316e8aeb0e5e4ad8f2a5 /lib/sbin/Runtest.pl
parentd39052888456e9116a1082511db22db5e25269ae (diff)
Removed a print statement
git-svn-id: http://svn.cactuscode.org/flesh/trunk@997 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/Runtest.pl')
-rw-r--r--lib/sbin/Runtest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sbin/Runtest.pl b/lib/sbin/Runtest.pl
index e18088a3..37005ec5 100644
--- a/lib/sbin/Runtest.pl
+++ b/lib/sbin/Runtest.pl
@@ -69,7 +69,6 @@ if (!open (AT, "< $scratchdir${sep}ThornList")) {
}
else
{
- printf ("Reading Thorn List\n");
while (<AT>)
{
@t = split(' ');