aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)