aboutsummaryrefslogtreecommitdiff
path: root/build
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 /build
parent4b78c2fbdfcdd9dcc794e4b0c17cfb6d88a1006b (diff)
downloadskyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.tar.gz
skyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.tar.bz2
skyblock-api-fd7991ba7318b32027db8dbe9160490e8652b199.zip
remove console.log
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);