From 6413850090e2f7593847b0abe09705130580cce4 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sat, 1 Jul 2006 11:55:15 +1200 Subject: [PATCH] removing debugging --- plugins/serendipity_plugin_breakfast/lib.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5