From 13fb033235a057445d58f5c2663951d1e0738423 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 6 Oct 2009 23:05:35 -0700 Subject: Remove debugging lines (thanks talmdal!) --- modules/gallery/helpers/gallery.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php index b7c68ef8..50e2c43b 100644 --- a/modules/gallery/helpers/gallery.php +++ b/modules/gallery/helpers/gallery.php @@ -94,14 +94,11 @@ class gallery_Core { $file_name = Kohana::find_file($directory, $file_name, $required, substr($ext, 1)); if (!$file_name) { if (file_exists(DOCROOT . "lib/$directory/$file")) { - Kohana::log("alert",print_r(print_r(array($directory, $file),1) . " ==> lib/$directory/$file",1)); return "lib/$directory/$file"; } else if (file_exists(DOCROOT . "lib/$file")) { - Kohana::log("alert",print_r(print_r(array($directory, $file),1) . " ==> lib/$file",1)); return "lib/$file"; } } - Kohana::log("alert",print_r(print_r(array($directory, $file),1) . " ==> $file_name",1)); if (is_string($file_name)) { // make relative to DOCROOT -- cgit v1.2.3