Bug 992485: disable info() in devtools tests that is bloating browser-chrome test logs, CLOSED TREE

This commit is contained in:
Gavin Sharp 2014-04-05 12:19:00 -07:00
Родитель 2173ae7383
Коммит 63a1e006c0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -211,7 +211,8 @@ function waitForNetworkEvents(aMonitor, aGetRequests, aPostRequests = 0) {
function verifyRequestItemTarget(aRequestItem, aMethod, aUrl, aData = {}) {
info("> Verifying: " + aMethod + " " + aUrl + " " + aData.toSource());
info("> Request: " + aRequestItem.attachment.toSource());
// This bloats log sizes significantly in automation (bug 992485)
//info("> Request: " + aRequestItem.attachment.toSource());
let requestsMenu = aRequestItem.ownerView;
let widgetIndex = requestsMenu.indexOfItem(aRequestItem);