aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
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 /include/import.php
parent1cd1328b0c03996532ccbe452ff293654ed1d68a (diff)
downloadvolse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.gz
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.bz2
volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.zip
remove logger lines
Diffstat (limited to 'include/import.php')
-rw-r--r--include/import.php1
1 files changed, 0 insertions, 1 deletions
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'];