From 962fd6454d876f4d97e2fed817354a889839a100 Mon Sep 17 00:00:00 2001 From: chronark Date: Tue, 10 Oct 2023 15:10:54 +0200 Subject: [PATCH] chore: remove console.log --- pkg/pipeline.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/pipeline.ts b/pkg/pipeline.ts index 7d722585..7f675d26 100644 --- a/pkg/pipeline.ts +++ b/pkg/pipeline.ts @@ -237,7 +237,6 @@ export class Pipeline[] = []> { body: Object.values(this.commands).map((c) => c.command), })) as UpstashResponse[]; - console.log("after req", { res }); return res.map(({ error, result }, i) => { if (error) { throw new UpstashError(