aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/lib')
-rw-r--r--test/integration/lib/encryptor-test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/lib/encryptor-test.js b/test/integration/lib/encryptor-test.js
index 3297ad177..88ebed51b 100644
--- a/test/integration/lib/encryptor-test.js
+++ b/test/integration/lib/encryptor-test.js
@@ -38,7 +38,6 @@ QUnit.test('encryptor:encrypt & decrypt', function(assert) {
done()
})
.catch(function(reason) {
- debugger
assert.ifError(reason, 'threw an error')
})