Remove logging

This commit is contained in:
Thomas Willingham 2013-08-01 19:13:51 +01:00
parent f3791d48b0
commit 31ffabc3d2

View file

@ -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'",