From e95fd10f0e3acf5de895abf9c19b2797507f43de Mon Sep 17 00:00:00 2001 From: Facinorous-420 Date: Tue, 5 Apr 2022 17:22:34 -0400 Subject: [PATCH] Remove a development console log --- src/utils/assJSONStructure.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/assJSONStructure.ts b/src/utils/assJSONStructure.ts index 3f95cc4..8636b9b 100644 --- a/src/utils/assJSONStructure.ts +++ b/src/utils/assJSONStructure.ts @@ -12,7 +12,6 @@ import { ASSItem } from "typings/ASSTypes" export const parseDataFile = () => { const rawDataJson = JSON.parse(fs.readFileSync(DATA_FILE_PATH).toString()) - console.log(DATA_FILE_PATH) // Parsed users, raw file stores the password as the key in the json file const allDataIDs = Object.keys(rawDataJson)