aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-08-01 19:13:51 +0100
committerThomas Willingham <founder@kakste.com>2013-08-01 19:13:51 +0100
commit31ffabc3d26305fd835aa56411c03a96e28df064 (patch)
tree6e63b3014c20501793d4b14d315a20fe507da105 /mod/editwebpage.php
parentf3791d48b0249bd6e782c1f7968a42888cec28b5 (diff)
downloadvolse-hubzilla-31ffabc3d26305fd835aa56411c03a96e28df064.tar.gz
volse-hubzilla-31ffabc3d26305fd835aa56411c03a96e28df064.tar.bz2
volse-hubzilla-31ffabc3d26305fd835aa56411c03a96e28df064.zip
Remove logging
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php
index 57a1ab911..c7323a7f7 100644
--- a/mod/editwebpage.php
+++ b/mod/editwebpage.php
@@ -7,7 +7,6 @@ function editwebpage_content(&$a) {
// We first need to figure out who owns the webpage, grab it from an argument
$which = argv(1);
- logger('which: ' . print_r ($which,true));
// $a->get_channel() and stuff don't work here, so we've got to find the owner for ourselves.
$owner = q("select channel_id from channel where channel_address = '%s'",