Skip to content

Commit 704c958

Browse files
committed
Remove debug line
1 parent b6e7815 commit 704c958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/routes/admin/transaction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ const getJobDetails = async (args: {
116116
queue: Queue;
117117
jobId: string;
118118
}): Promise<Static<typeof jobSchema> | null> => {
119-
console.log("[DEBUG] args", args);
120119
const { queue, jobId } = args;
121120
const job = await queue.getJob(jobId);
122121
if (!job) {

0 commit comments

Comments
 (0)