From b3cb3e9ec67a138767bb2d6833c9056a66d46b92 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 25 Oct 2016 13:24:57 -0700 Subject: Remove debugger statement. --- test/integration/lib/first-time.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js index caa6102fe..7cabf1f0a 100644 --- a/test/integration/lib/first-time.js +++ b/test/integration/lib/first-time.js @@ -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() { -- cgit v1.2.3