aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-30 11:04:20 +0100
committerMichael Meer <michael@meer.name>2014-01-30 11:04:20 +0100
commitc5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb (patch)
tree028b8581806f99a002d30f2abbdf1d6cf8b85f02 /include/zot.php
parent0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38 (diff)
downloadvolse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.tar.gz
volse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.tar.bz2
volse-hubzilla-c5ac5544cb02aa3194c5cab2b3ab736a2e19e6eb.zip
clean up logger commands. Placed apostrophs at the end from some comments to keep the syntax highlighting in vi working
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index de2fb4202..7c2cfe019 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -134,7 +134,6 @@ function zot_build_packet($channel,$type = 'notify',$recipients = null, $remote_
function zot_zot($url,$data) {
- logger('zot_zot ',LOGGER_DEBUG);
return z_post_url($url,array('data' => $data));
}