From ec31b454d5c513e108f54aef9b15ea0ca8c77eaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Langhorst?= Date: Wed, 21 Mar 2001 16:01:52 +0000 Subject: [PATCH] I don't like to commit this over and over either, but this client definitely seems to dislike branches --- run-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 4bb6c47f31..d99753dd0a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -388,7 +388,6 @@ function compare_results($file1, $file2) $data2 .= trim($line2); } } - echo strlen($data1).'|'.strlen($data2); fclose($fp1); fclose($fp2); if ((trim($data1) != trim($data2)) -- 2.50.1