From fd7991ba7318b32027db8dbe9160490e8652b199 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 1 May 2021 19:13:56 -0500 Subject: remove console.log --- src/constants.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 { - console.log('actually fetchJSONConstant') const file = await fetchFile(filename) try { return JSON.parse(file.content) -- cgit