aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
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
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')
-rw-r--r--Zotlabs/Module/Oep.php2
-rw-r--r--Zotlabs/Storage/File.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Oep.php b/Zotlabs/Module/Oep.php
index ec40bf9db..0f20a5f9a 100644
--- a/Zotlabs/Module/Oep.php
+++ b/Zotlabs/Module/Oep.php
@@ -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];
}
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);
}
/**