diff options
author | mat <github@matdoes.dev> | 2021-05-01 19:13:56 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-05-01 19:13:56 -0500 |
commit | fd7991ba7318b32027db8dbe9160490e8652b199 (patch) | |
tree | 3bf5eef6bd73d4a549f1411f23573a70ea68b813 /src/constants.ts | |
parent | 4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b (diff) | |
download | skyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.tar.gz skyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.tar.bz2 skyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.zip |
remove console.log
Diffstat (limited to 'src/constants.ts')
-rw-r--r-- | src/constants.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constants.ts b/src/constants.ts index 1652b6b..14d94cd 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -125,7 +125,6 @@ async function editFile(file: GithubFile, message: string, newContent: string): } export async function fetchJSONConstant(filename: string): Promise<string[]> { - console.log('actually fetchJSONConstant') const file = await fetchFile(filename) try { return JSON.parse(file.content) |