Skip to content

Commit 553630c

Browse files
committed
remove debugging output
1 parent 07782ed commit 553630c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

get-json.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
try {
1818
if (process.env.API_USERNAME && process.env.API_PASSWORD && process.env.SCANNER_NAME) {
1919
items = await api.getJson('items.json').catch(() => { return false; });
20-
console.log('got items from api')
2120
}
2221
if (!items) {
2322
console.log('Downloading SPT item data');

0 commit comments

Comments
 (0)