From 01f1d9c14c9fc1e5246ae788d15356fd0ee0b712 Mon Sep 17 00:00:00 2001 From: didou Date: Tue, 13 Apr 2004 08:47:40 +0000 Subject: [PATCH] drop my nice debugging line :) --- docs/scripts/file-entities.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/file-entities.php.in b/docs/scripts/file-entities.php.in index 7253d82c..98de8b0b 100644 --- a/docs/scripts/file-entities.php.in +++ b/docs/scripts/file-entities.php.in @@ -138,7 +138,7 @@ function file_entities($work_dir, $trans_dir, $orig_dir, &$entities) { // Try to open English working directory $dh = opendir($work_dir); - if (!$dh) { echo "lllll"; return FALSE; } + if (!$dh) { return FALSE; } // If the working directory is a reference functions directory if (preg_match("!/reference/.*/functions$!", $work_dir)) {