remove log

This commit is contained in:
Gergő Móricz 2024-08-16 22:48:23 +02:00
parent f20328bdbb
commit 3fcb21930e
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import { getScrapeQueue } from "../../services/queue-service";
import { supabaseGetJobById } from "../../lib/supabase-jobs"; import { supabaseGetJobById } from "../../lib/supabase-jobs";
async function getJob(id: string) { async function getJob(id: string) {
console.log("getting job", id);
const job = await getScrapeQueue().getJob(id); const job = await getScrapeQueue().getJob(id);
if (!job) return job; if (!job) return job;