make the cloud logging a bit less verbose until we actually need it.
This commit is contained in:
parent
dd806bd031
commit
a3ed0b94cd
@ -72,7 +72,7 @@ class Oep extends \Zotlabs\Web\Controller {
|
|||||||
$url = $args['url'];
|
$url = $args['url'];
|
||||||
$maxwidth = intval($args['maxwidth']);
|
$maxwidth = intval($args['maxwidth']);
|
||||||
$maxheight = intval($args['maxheight']);
|
$maxheight = intval($args['maxheight']);
|
||||||
logger('processing display');
|
|
||||||
if(preg_match('#//(.*?)/display/(.*?)(&|\?|$)#',$url,$matches)) {
|
if(preg_match('#//(.*?)/display/(.*?)(&|\?|$)#',$url,$matches)) {
|
||||||
$res = $matches[2];
|
$res = $matches[2];
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@ class File extends DAV\Node implements DAV\IFile {
|
|||||||
$this->data = $data;
|
$this->data = $data;
|
||||||
$this->auth = $auth;
|
$this->auth = $auth;
|
||||||
|
|
||||||
logger(print_r($this->data, true), LOGGER_DATA);
|
// logger(print_r($this->data, true), LOGGER_DATA);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user