remove debugging outputter from delicious backup importer

This commit is contained in:
Evan Prodromou 2010-12-26 21:10:54 -08:00
parent ea1676cb0a
commit ca28140107
1 changed files with 0 additions and 1 deletions

View File

@ -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)) {