We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07782ed commit 553630cCopy full SHA for 553630c
get-json.js
@@ -17,7 +17,6 @@ module.exports = {
17
try {
18
if (process.env.API_USERNAME && process.env.API_PASSWORD && process.env.SCANNER_NAME) {
19
items = await api.getJson('items.json').catch(() => { return false; });
20
- console.log('got items from api')
21
}
22
if (!items) {
23
console.log('Downloading SPT item data');
0 commit comments