Remove bogus log statement added by Bug 451164

This commit is contained in:
Robert Strong 2008-08-25 11:16:51 -07:00
Родитель 4088156f3a
Коммит 7c7a9dde62
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2070,7 +2070,7 @@ Checker.prototype = {
} }
catch (e) { catch (e) {
} }
LOG("Checker", "status: " + status);
if (status == 0) if (status == 0)
status = request.channel.QueryInterface(Components.interfaces.nsIRequest) status = request.channel.QueryInterface(Components.interfaces.nsIRequest)
.status; .status;