aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-02-11 20:54:09 -0500
committerAndrew Manning <tamanning@zoho.com>2017-02-11 20:54:09 -0500
commit0017de46e4e696aaa2180ca47aac9b4996493cc8 (patch)
tree8ba557971170e17356e0704c4f16f0489d1e448a /Zotlabs/Module
parent1cd1328b0c03996532ccbe452ff293654ed1d68a (diff)
downloadvolse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.gz
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.bz2
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.zip
remove logger lines
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Webpages.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Webpages.php b/Zotlabs/Module/Webpages.php
index a6ca77809..46b94f091 100644
--- a/Zotlabs/Module/Webpages.php
+++ b/Zotlabs/Module/Webpages.php
@@ -288,7 +288,6 @@ class Webpages extends \Zotlabs\Web\Controller {
if ($zip->open($source) === true) {
$tmp_folder_name = random_string(5);
$website = dirname($source) . '/' . $tmp_folder_name;
- logger($website ,LOGGER_DEBUG);
$zip->extractTo($website); // change this to the correct site path
$zip->close();
@unlink($source); // delete the compressed file now that the content has been extracted