aboutsummaryrefslogtreecommitdiffstats
path: root/mod/webpages.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-15 00:57:49 +0100
committerThomas Willingham <founder@kakste.com>2013-07-15 00:57:49 +0100
commitc5133f37455df46e184805944a470d7979e65689 (patch)
treee33f6787029dafc9e97aa6926d3300f930d768f3 /mod/webpages.php
parent97df3116add201770ab2184ae543ba8546c9d02b (diff)
downloadvolse-hubzilla-c5133f37455df46e184805944a470d7979e65689.tar.gz
volse-hubzilla-c5133f37455df46e184805944a470d7979e65689.tar.bz2
volse-hubzilla-c5133f37455df46e184805944a470d7979e65689.zip
Nobody died, so remove not-needed logging.
Diffstat (limited to 'mod/webpages.php')
-rw-r--r--mod/webpages.php2
1 files changed, 0 insertions, 2 deletions
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).