Skip to content

Commit

Permalink
fix: get rid of console debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
manticorp committed Oct 10, 2024
1 parent 351f400 commit 8f43859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/table/pool/entry/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default class LootTableEntryResults extends Array<LootTableEntryResult> {
for (const ob of this) {
if (ob.stackable) {
const sig = this.entrySignature(ob);
console.log(sig, typeof map[sig]);
if (typeof map[sig] === 'undefined') {
map[sig] = ob;
} else {
Expand Down

0 comments on commit 8f43859

Please sign in to comment.