aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/post.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php
index 825131495..378192cbf 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -20,7 +20,6 @@ function post_init(&$a) {
if(array_key_exists('auth',$_REQUEST)) {
logger('mod_zot: auth request received.');
- logger('mod_post: $_REQUEST contains: ' . print_r($_REQUEST,true) . ' for ' . $webbie);
$address = $_REQUEST['auth'];
$dest = $_REQUEST['dest'];
$sec = $_REQUEST['sec'];