Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Librazy committed Mar 23, 2019
1 parent cdb7334 commit 9e67816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private boolean saveLine(int i, List<ItemStack> line) {
}
backpackLine.setItems(desiredState);
lastState.get(owner).set(backpackLine.getLineNo(), backpackLine.getItems());
plugin.getLogger().info(() -> String.format("Saving %d: %s (%s)", lineNo, line, backpackLine.getItems()));
plugin.getLogger().finer(() -> String.format("Saving %d: %s (%s)", lineNo, line, backpackLine.getItems()));
query.update(backpackLine);
query.commit();
}
Expand Down

0 comments on commit 9e67816

Please sign in to comment.