diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-02-11 20:54:09 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-02-11 20:54:09 -0500 |
commit | 0017de46e4e696aaa2180ca47aac9b4996493cc8 (patch) | |
tree | 8ba557971170e17356e0704c4f16f0489d1e448a /include | |
parent | 1cd1328b0c03996532ccbe452ff293654ed1d68a (diff) | |
download | volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.gz volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.tar.bz2 volse-hubzilla-0017de46e4e696aaa2180ca47aac9b4996493cc8.zip |
remove logger lines
Diffstat (limited to 'include')
-rw-r--r-- | include/import.php | 1 |
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']; |