From c9660d82afc1891420921da5c62632335fcc5334 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 2 Jan 2025 13:07:42 -0700 Subject: [PATCH] comment out unused code pt32 --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9d8d6e8..ac74b3e 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,8 @@ log.info("This software is not affiliated with Roblox Corporation.") // dotenv require("dotenv").config(); -const noblox = require("noblox.js") -noblox.setCookie(process.env.ROBLOSECURITY) +// const noblox = require("noblox.js") +// noblox.setCookie(process.env.ROBLOSECURITY) // DB const mariadb = require('mariadb');