diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 19:39:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 19:39:15 +0000 |
commit | 108be24aed8edea354b49822928d5b2be17c1d1c (patch) | |
tree | 93b87cbf37f6fe74507be7516aead2daef0e5d36 /include/attach.php | |
parent | 71efb0565803018cb1ba362706c763714c596cf7 (diff) | |
download | volse-hubzilla-108be24aed8edea354b49822928d5b2be17c1d1c.tar.gz volse-hubzilla-108be24aed8edea354b49822928d5b2be17c1d1c.tar.bz2 volse-hubzilla-108be24aed8edea354b49822928d5b2be17c1d1c.zip |
remove logging
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 37d176adb..edf05689e 100644 --- a/include/attach.php +++ b/include/attach.php @@ -491,7 +491,7 @@ function attach_by_hash_nodata($hash, $observer_hash, $rev = 0) { function attach_store($channel, $observer_hash, $options = '', $arr = null) { require_once('include/photos.php'); -hz_syslog(print_r($channel,true)); + /** * @hooks photo_upload_begin * Called when attempting to upload a photo. |