1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove debugger statement.

This commit is contained in:
Kevin Serrano 2016-10-25 13:24:57 -07:00
parent 678301a20e
commit b3cb3e9ec6
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -5,7 +5,6 @@ QUnit.test('agree to terms', function (assert) {
var app = $('iframe').contents().find('#app-content .mock-app-root')
app.find('.markdown').prop('scrollTop', 100000000)
debugger;
wait().then(function() {
app.find('button').click()
}).then(function() {