aboutsummaryrefslogtreecommitdiffstats
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
parent1cd1328b0c03996532ccbe452ff293654ed1d68a (diff)
downloadvolse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.gz
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.bz2
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.zip
remove logger lines
-rw-r--r--Zotlabs/Module/Webpages.php1
-rw-r--r--include/import.php1
2 files changed, 0 insertions, 2 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
diff --git a/include/import.php b/include/import.php
index 07215264e..5c73b7ca3 100644
--- a/include/import.php
+++ b/include/import.php
@@ -1295,7 +1295,6 @@ function import_webpage_element($element, $channel, $type) {
// LAYOUTS
//
case 'layout':
- logger('Importing layout...', LOGGER_DEBUG);
$arr['item_type'] = ITEM_TYPE_PDL;
$namespace = 'PDL';
$name = $element['name'];