diff options
author | Michael Meer <michael@meer.name> | 2013-09-17 10:14:52 +0200 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2013-09-17 10:14:52 +0200 |
commit | 4f55d154d41f45c9c04547b80fbff41eb3013b06 (patch) | |
tree | eb6a658e29709d3b55e21f05ca91d1151abb3bb2 /mod | |
parent | d330df05f221e96b92d2bd17c7336152b7d8c128 (diff) | |
download | volse-hubzilla-4f55d154d41f45c9c04547b80fbff41eb3013b06.tar.gz volse-hubzilla-4f55d154d41f45c9c04547b80fbff41eb3013b06.tar.bz2 volse-hubzilla-4f55d154d41f45c9c04547b80fbff41eb3013b06.zip |
removed logger statement
Diffstat (limited to 'mod')
-rw-r--r-- | mod/post.php | 1 |
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']; |