diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-02 22:05:55 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-03 12:33:48 +0200 |
commit | a3ed0b94cd5d43c70a835a6ed7226f5645f1c121 (patch) | |
tree | 00651d5e1c51b1d18c68c20288f91df49b252f56 /Zotlabs/Storage/File.php | |
parent | dd806bd0317f2e85335350e357119ec4fc1ed4ef (diff) | |
download | volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.tar.gz volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.tar.bz2 volse-hubzilla-a3ed0b94cd5d43c70a835a6ed7226f5645f1c121.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.php | 2 |
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); } /** |