From: Daniel Stenberg Date: Fri, 15 Jun 2018 15:26:57 +0000 (+0200) Subject: runtests.pl: remove debug leftover from bb9a340c73f3 X-Git-Tag: curl-7_61_0~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99ae23c23c37f16d7fcffc6cacb70833f1b7ce06;p=thirdparty%2Fcurl.git runtests.pl: remove debug leftover from bb9a340c73f3 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 92fb447a2a..7e066fd4d9 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4353,7 +4353,6 @@ sub singletest { for $strip (@strippart) { chomp $strip; for(@out) { - print STDERR ":::: $strip\n"; eval $strip; } }