From bb9767f914847d0e5acbe12d390c808a05349ba6 Mon Sep 17 00:00:00 2001 From: Denis DelGrosso Date: Thu, 3 Aug 2023 20:09:00 +0000 Subject: [PATCH] test: remove console.log from kitchen.ts --- system-test/kitchen.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/system-test/kitchen.ts b/system-test/kitchen.ts index 0126b81f8..cbeb1c8ad 100644 --- a/system-test/kitchen.ts +++ b/system-test/kitchen.ts @@ -174,7 +174,6 @@ describe('resumable-upload', () => { }) ) .on('error', (err: ErrorWithCode) => { - console.log(err); assert.strictEqual(err.status, 400); done(); });