Skip to content

Commit

Permalink
Don't include unnecessary debug in release
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 26, 2020
1 parent 23fa1dd commit 19cbe2d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ private SpongeLayout display() {
this.subscription = Impactor.getInstance().getEventBus().subscribe(PlaceholderReadyEvent.class, event -> {
if(event.getPlaceholderID().equals("gts:active_bids")) {
if(event.getSource().equals(this.getViewer().getUniqueId())) {
GTSPlugin.getInstance().getPluginLogger().debug("Active Bids placeholder marked available");

int amount = (int) event.getValue();
GTSPlugin.getInstance().getPluginLogger().debug("Value = " + amount);

TitleLorePair proper = readMessageConfigOption(
amount == 1 ? MsgConfigKeys.UI_MAIN_CURRENT_BIDS_SINGLE :
MsgConfigKeys.UI_MAIN_CURRENT_BIDS_MULTI
Expand Down

0 comments on commit 19cbe2d

Please sign in to comment.