From 11c40fae6cccd368e3884fa00fcb3992c761e9a7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 12 Apr 2024 12:13:38 +0530 Subject: [PATCH] chore: remove commented code --- scraper/src/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scraper/src/main.js b/scraper/src/main.js index c8429380..f699c2d9 100644 --- a/scraper/src/main.js +++ b/scraper/src/main.js @@ -1,8 +1,3 @@ -// import Fastify from 'fastify' -// import { PlaywrightCrawler } from 'crawlee'; - -// const fastify = Fastify(); - const fastify = require('fastify')(); const scraper = require('./scraper');