diff options
author | friendica <info@friendica.com> | 2013-07-14 18:33:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 18:33:07 -0700 |
commit | 0fd83f3fece6a6e10629aace4377f2cfaf0b3667 (patch) | |
tree | bf31ee1daba90dea6c33626450a42ebd2d325206 | |
parent | 75af9b8cd18ac5ef20f999d814cfba2b65543e85 (diff) | |
parent | c5133f37455df46e184805944a470d7979e65689 (diff) | |
download | volse-hubzilla-0fd83f3fece6a6e10629aace4377f2cfaf0b3667.tar.gz volse-hubzilla-0fd83f3fece6a6e10629aace4377f2cfaf0b3667.tar.bz2 volse-hubzilla-0fd83f3fece6a6e10629aace4377f2cfaf0b3667.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | mod/webpages.php | 2 |
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). |