From a04ca35c19c4bce02bd172e0c0d9797128965197 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sun, 2 Feb 2025 22:05:50 -0500 Subject: [PATCH] forgot tor emove this --- site.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site.js b/site.js index 449a0c4..21763a3 100644 --- a/site.js +++ b/site.js @@ -199,10 +199,6 @@ async function siteCollector(user, path, site, useLimit, data2) { return await textCollector(user, path, route, data2); } - if (site == 'db') { - return await dbCollector(user, path, route, useLimit, data2); - } - if (site == 'url') { return await urlCollector(user, path, route, useLimit, data2); }