make the cloud logging a bit less verbose until we actually need it.

This commit is contained in:
zotlabs
2018-05-02 22:05:55 -07:00
parent e9f49d9d9c
commit 6bf5eea646
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
/**