From 9a1e8827061cbf3c604d2b8ff3381288e564c302 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Fri, 14 Jul 2006 23:23:45 +0000 Subject: [PATCH] remove debugging --- run-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 9035a66751..e8cbcf6a03 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1517,7 +1517,6 @@ COMMAND $cmd } } else { $wanted = trim($section_text['EXPECT']); - var_dump($wanted, $unicode_semantics); if ($unicode_semantics && is_unicode($wanted)) { /* workaround until preg_replace() or str_replace() are upgraded */ $wanted = unicode_encode($wanted, ini_get('unicode.output_encoding')); -- 2.40.0