Bug 1386036 - Don't spam the console with feeds debug output. r=Gijs

MozReview-Commit-ID: 52wl9i8y9lO

--HG--
extra : rebase_source : bffb595e259227fe19ab9914d453865296929034
This commit is contained in:
Andrew McCreight 2017-08-01 11:27:09 -07:00
Родитель 827f63286b
Коммит b440b8b98a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ const Ci = Components.interfaces;
const Cr = Components.results;
function LOG(str) {
dump("*** " + str + "\n");
// dump("*** " + str + "\n");
}
const WCCR_CONTRACTID = "@mozilla.org/embeddor.implemented/web-content-handler-registrar;1";