From d818ae828727ada9e3fe997f5ac0e9f046e0a4c7 Mon Sep 17 00:00:00 2001 From: Sccttt Date: Wed, 8 May 2024 10:40:54 +0100 Subject: [PATCH] Removes log --- test/upload-restriction.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/upload-restriction.test.js b/test/upload-restriction.test.js index 5f3549c..f25ecc3 100644 --- a/test/upload-restriction.test.js +++ b/test/upload-restriction.test.js @@ -101,7 +101,6 @@ backends().forEach(function (backend) { .expect('Content-Type', /json/) .end(function (err, res) { if (err) return done(err) - console.log(111, res) assert.strictEqual( res.body.message, 'Forbidden type detected: image/jpeg; charset=binary'