From fd7991ba7318b32027db8dbe9160490e8652b199 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 1 May 2021 19:13:56 -0500 Subject: remove console.log --- build/constants.js | 1 - 1 file changed, 1 deletion(-) (limited to 'build') diff --git a/build/constants.js b/build/constants.js index 861eae6..91c862c 100644 --- a/build/constants.js +++ b/build/constants.js @@ -120,7 +120,6 @@ async function editFile(file, message, newContent) { }); } async function fetchJSONConstant(filename) { - console.log('actually fetchJSONConstant'); const file = await fetchFile(filename); try { return JSON.parse(file.content); -- cgit