Bug 1370863 - Remove log() call from WPT Marionette executor; r=jgraham

MozReview-Commit-ID: G1EKpTswJ8h

--HG--
extra : rebase_source : d721a15f9f42afa6cd6b2f6bdaa9be5b50d0016b
This commit is contained in:
Andreas Tolfsen 2017-06-09 14:23:56 +01:00
Родитель acbfad9780
Коммит 66f9611734
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1,5 +1,4 @@
function test(x) {
log("classList: " + root.classList);
if (!root.classList.contains("reftest-wait")) {
observer.disconnect();
marionetteScriptFinished();

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

@ -26,7 +26,6 @@ window.wrappedJSObject.win = window.open("%(abs_url)s", "%(window_id)s");
var timer = null;
if (%(timeout)s) {
timer = setTimeout(function() {
log("Timeout fired");
window.wrappedJSObject.win.timeout();
}, %(timeout)s);
}