]> git.mjollnir.org Git - s9y.git/commitdiff
removing debugging
authorPenny Leach <mjollnir@titania.local>
Fri, 30 Jun 2006 23:55:15 +0000 (11:55 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:04:19 +0000 (12:04 +1200)
plugins/serendipity_plugin_breakfast/lib.php

index c77e8c86eba222f764fd47882f27c5a1551334e7..abe760c208d0e87d587ca68a986c1c3403080c64 100644 (file)
@@ -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;