From: Penny Leach Date: Fri, 30 Jun 2006 23:55:15 +0000 (+1200) Subject: removing debugging X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=61792553097629f65f540459cd4149139283aec3;p=s9y.git removing debugging --- diff --git a/plugins/serendipity_plugin_breakfast/lib.php b/plugins/serendipity_plugin_breakfast/lib.php index c77e8c8..abe760c 100644 --- a/plugins/serendipity_plugin_breakfast/lib.php +++ b/plugins/serendipity_plugin_breakfast/lib.php @@ -237,7 +237,6 @@ function breakfast_generate_sql($latest=true,$date=0,$cafe=0,$person=0,$meal=0) function breakfast_has_photos($date) { global $serendipity; $checkpath = SGN_DIR_ROOT.'/mbg/breakfast/'.date('Ymd',$date); - error_log("checking $checkpath"); $returnpath = $serendipity['baseURL'].'gallery/show/mbg/breakfast/'.date('Ymd',$date); if (!file_exists($checkpath) || !is_dir($checkpath)) { return false;