aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-09-11 14:05:33 +0200
committerMichael Meer <michael@meer.name>2013-09-11 14:05:33 +0200
commit82f4b1767e5af692b25ca6cff9cec64ed6cb7ec6 (patch)
tree7c9797542d1aadd2e4629e1c894e2adb82a02652 /include
parent22282647720da3f84759130655a3095642d931fe (diff)
downloadvolse-hubzilla-82f4b1767e5af692b25ca6cff9cec64ed6cb7ec6.tar.gz
volse-hubzilla-82f4b1767e5af692b25ca6cff9cec64ed6cb7ec6.tar.bz2
volse-hubzilla-82f4b1767e5af692b25ca6cff9cec64ed6cb7ec6.zip
delete logger line; was the wrong place.
Diffstat (limited to 'include')
-rw-r--r--include/zot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index ee4fe940f..248a1419b 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -904,7 +904,6 @@ function zot_import($arr) {
}
}
if($result){
- logger('delivery result: ' . print_r($result,tue) );
$return = array_merge($return,$result);
}
}