From c5133f37455df46e184805944a470d7979e65689 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 15 Jul 2013 00:57:49 +0100 Subject: Nobody died, so remove not-needed logging. --- mod/webpages.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/webpages.php') diff --git a/mod/webpages.php b/mod/webpages.php index 3cb3ec6bd..cf6a99d1e 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -59,8 +59,6 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE'", } } - //Something is bound to go wrong, so we'll log it - if nothing has blown up in a few days, this should be nuked. - logger('mod_webpages: pages: ' . print_r($pages,true), LOGGER_DATA); // This isn't pretty, but it works. Until I figure out what to do with the UI, it's Good Enough(TM). -- cgit v1.2.3