aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/File.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-02 22:05:55 -0700
committerzotlabs <mike@macgirvin.com>2018-05-02 22:05:55 -0700
commit6bf5eea64670996fafb80f92a4b8ec6a44f22bb0 (patch)
tree4b68edc47b013ab9f81e5f9f90abdad7721c66f4 /Zotlabs/Storage/File.php
parente9f49d9d9c02ef6b2f5259f9a323a8a2a2d75af5 (diff)
downloadvolse-hubzilla-6bf5eea64670996fafb80f92a4b8ec6a44f22bb0.tar.gz
volse-hubzilla-6bf5eea64670996fafb80f92a4b8ec6a44f22bb0.tar.bz2
volse-hubzilla-6bf5eea64670996fafb80f92a4b8ec6a44f22bb0.zip
make the cloud logging a bit less verbose until we actually need it.
Diffstat (limited to 'Zotlabs/Storage/File.php')
-rw-r--r--Zotlabs/Storage/File.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/File.php b/Zotlabs/Storage/File.php
index 53d5d3476..4610aceb7 100644
--- a/Zotlabs/Storage/File.php
+++ b/Zotlabs/Storage/File.php
@@ -49,7 +49,7 @@ class File extends DAV\Node implements DAV\IFile {
$this->data = $data;
$this->auth = $auth;
- logger(print_r($this->data, true), LOGGER_DATA);
+ // logger(print_r($this->data, true), LOGGER_DATA);
}
/**