diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-14 03:37:35 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-14 03:37:35 +0100 |
commit | af901cb892a5ecd493915e49c04dfbecf00c8b0e (patch) | |
tree | 2a46692b0384f5141832bd2f7db7fa241df10be4 /testlib/selenium/runtime.js | |
parent | 8fdbfeea599281d6fa90e7f38009ad94c4d7490e (diff) |
improve error handling intest harness
Diffstat (limited to 'testlib/selenium/runtime.js')
-rw-r--r-- | testlib/selenium/runtime.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testlib/selenium/runtime.js b/testlib/selenium/runtime.js index 84660c35b..e00671175 100644 --- a/testlib/selenium/runtime.js +++ b/testlib/selenium/runtime.js @@ -102,7 +102,6 @@ var script = ` }) .catch((e) => { window.__test_over = true; - console.error(e) }); }) .catch((e) => { |