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 committed by Mario Vavti
parent dd806bd031
commit a3ed0b94cd
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ class Oep extends \Zotlabs\Web\Controller {
$url = $args['url'];
$maxwidth = intval($args['maxwidth']);
$maxheight = intval($args['maxheight']);
logger('processing display');
if(preg_match('#//(.*?)/display/(.*?)(&|\?|$)#',$url,$matches)) {
$res = $matches[2];
}

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