Skip to content

Commit 4c6de53

Browse files
committed
Don't console.trace on invalid bank items
1 parent 1af8053 commit 4c6de53

File tree

1 file changed

+0
-1
lines changed
  • packages/oldschooljs/src/structures

1 file changed

+0
-1
lines changed

packages/oldschooljs/src/structures/Bank.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ export class Bank {
246246
if (val < 1) continue;
247247
const item = Items.get(key)!;
248248
if (!item) {
249-
console.trace(`Bank has an invalid item: ${key}, with quantity of ${val}`);
250249
continue;
251250
}
252251
arr.push([item, val]);

0 commit comments

Comments
 (0)