remove logger lines
This commit is contained in:
parent
1cd1328b0c
commit
0017de46e4
@ -288,7 +288,6 @@ class Webpages extends \Zotlabs\Web\Controller {
|
|||||||
if ($zip->open($source) === true) {
|
if ($zip->open($source) === true) {
|
||||||
$tmp_folder_name = random_string(5);
|
$tmp_folder_name = random_string(5);
|
||||||
$website = dirname($source) . '/' . $tmp_folder_name;
|
$website = dirname($source) . '/' . $tmp_folder_name;
|
||||||
logger($website ,LOGGER_DEBUG);
|
|
||||||
$zip->extractTo($website); // change this to the correct site path
|
$zip->extractTo($website); // change this to the correct site path
|
||||||
$zip->close();
|
$zip->close();
|
||||||
@unlink($source); // delete the compressed file now that the content has been extracted
|
@unlink($source); // delete the compressed file now that the content has been extracted
|
||||||
|
@ -1295,7 +1295,6 @@ function import_webpage_element($element, $channel, $type) {
|
|||||||
// LAYOUTS
|
// LAYOUTS
|
||||||
//
|
//
|
||||||
case 'layout':
|
case 'layout':
|
||||||
logger('Importing layout...', LOGGER_DEBUG);
|
|
||||||
$arr['item_type'] = ITEM_TYPE_PDL;
|
$arr['item_type'] = ITEM_TYPE_PDL;
|
||||||
$namespace = 'PDL';
|
$namespace = 'PDL';
|
||||||
$name = $element['name'];
|
$name = $element['name'];
|
||||||
|
Reference in New Issue
Block a user