]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove debugging outputter from delicious backup importer
authorEvan Prodromou <evan@status.net>
Mon, 27 Dec 2010 05:10:54 +0000 (21:10 -0800)
committerEvan Prodromou <evan@status.net>
Mon, 27 Dec 2010 05:10:54 +0000 (21:10 -0800)
plugins/Bookmark/deliciousbackupimporter.php

index 01b996bbe534df1103db8d9725a7bfa7bed712f6..1b55115d6d896d0ef040193fe5fe183b99ff0dde 100644 (file)
@@ -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)) {