Skip to content

Commit

Permalink
chore: remove console.log (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark authored Oct 10, 2023
1 parent 199bb75 commit 3174b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ export class Pipeline<TCommands extends Command<any, any>[] = []> {
body: Object.values(this.commands).map((c) => c.command),
})) as UpstashResponse<any>[];

console.log("after req", { res });
return res.map(({ error, result }, i) => {
if (error) {
throw new UpstashError(
Expand Down

0 comments on commit 3174b63

Please sign in to comment.