From 31ffabc3d26305fd835aa56411c03a96e28df064 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 1 Aug 2013 19:13:51 +0100 Subject: Remove logging --- mod/editwebpage.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod') 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'", -- cgit v1.2.3