remove debug output
diff --git a/tests/runtests.pl b/tests/runtests.pl
index c8bec0b..9ac7e3b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -620,15 +620,9 @@
 
         subVariables \$s;
 
-        print "MOO: $s\n";
-        
         if($s =~ /([^=]*)=(.*)/) {
             my ($var, $content)=($1, $2);
-            
             $ENV{$var}=$content;
-
-            print "setenv $var to $content\n";
-
             # remember which, so that we can clear them afterwards!
             push @envs, $var;
         }