aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/constants.js1
1 files changed, 0 insertions, 1 deletions
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);