diff options
-rw-r--r-- | mod/editwebpage.php | 1 |
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'", |