Skip to content

Commit 0df8900

Browse files
committed
Remove logging
1 parent 5f938c9 commit 0df8900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mod.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ class DExpandedTaskText implements IPostDBLoadMod, IPreAkiLoadMod {
173173
{
174174
if (part == traders[trader].assort.items[i]._tpl && loyalLevelItems[traders[trader].assort.items[i]._id] !== undefined)
175175
{
176-
partString += `\n Sold by (${this.locale["en"][`${trader} Nickname`]} LL ${loyalLevelItems[traders[trader].assort.items[i]._id]})`
177-
this.Instance.logger.log(partString, LogTextColor.GREEN);
176+
partString += `\n Sold by (${this.locale["en"][`${trader} Nickname`]} LL ${loyalLevelItems[traders[trader].assort.items[i]._id]})`;
178177
}
179178
}
180179
}

0 commit comments

Comments
 (0)