forked from GNUsocial/gnu-social
remove debugging outputter from delicious backup importer
This commit is contained in:
parent
ea1676cb0a
commit
ca28140107
@ -97,7 +97,6 @@ class DeliciousBackupImporter extends QueueHandler
|
|||||||
if ($child->nodeType != XML_ELEMENT_NODE) {
|
if ($child->nodeType != XML_ELEMENT_NODE) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
common_log(LOG_INFO, $child->tagName);
|
|
||||||
switch (strtolower($child->tagName)) {
|
switch (strtolower($child->tagName)) {
|
||||||
case 'dt':
|
case 'dt':
|
||||||
if (!empty($dt)) {
|
if (!empty($dt)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user