Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Feb 10, 2022
1 parent c6d666f commit 1c05748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/trade-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export class TradeAPI {
}, { user: userId, actor: data.actorUuid }, data.fullPublicTradeId, isPrivate);

}).catch((err) => {
console.log(err);
// If the counterparty disconnected, show that and close dialog
lib.custom_warning(game.i18n.localize("ITEM-PILES.Trade.Disconnected"), true);
cancelDialog.close()
Expand Down

0 comments on commit 1c05748

Please sign in to comment.