aboutsummaryrefslogtreecommitdiff
path: root/src/constants.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-05-01 19:13:56 -0500
committermat <github@matdoes.dev>2021-05-01 19:13:56 -0500
commitfd7991ba7318b32027db8dbe9160490e8652b199 (patch)
tree3bf5eef6bd73d4a549f1411f23573a70ea68b813 /src/constants.ts
parent4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b (diff)
downloadskyblock-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.ts1
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)