]> granicus.if.org Git - curl/commitdiff
runtests.pl: remove debug leftover from bb9a340c73f3
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Jun 2018 15:26:57 +0000 (17:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Jun 2018 15:26:57 +0000 (17:26 +0200)
tests/runtests.pl

index 92fb447a2a368469b445cedaf4f5a4bf0c6b5691..7e066fd4d9fce48fb28a0fd6253c548eedc6e6af 100755 (executable)
@@ -4353,7 +4353,6 @@ sub singletest {
         for $strip (@strippart) {
             chomp $strip;
             for(@out) {
-                print STDERR ":::: $strip\n";
                 eval $strip;
             }
         }