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) {
|
||||
continue;
|
||||
}
|
||||
common_log(LOG_INFO, $child->tagName);
|
||||
switch (strtolower($child->tagName)) {
|
||||
case 'dt':
|
||||
if (!empty($dt)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user