Remove a development console log

pull/15/head
Facinorous-420 2 years ago
parent a39d6891e2
commit e95fd10f0e

@ -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)

Loading…
Cancel
Save