Skip to content

Commit

Permalink
Remove unneeded debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
roccojiang committed Apr 23, 2024
1 parent 226d996 commit 156f5af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BetterJunimos/BetterJunimos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ private void CheckHutsForWagesAndProgressionItems() {
// this might be getting called a bit too much
// but since OnMenuChanged doesn't tell us reliably which hut has changed
// it's safer to update items from all huts here
// SMonitor.Log($"Getting GUID for ${hut}...", LogLevel.Debug);
// SMonitor.Log($"\tGot GUID as ${Util.GetHutIdFromHut(hut)}", LogLevel.Debug);
Util.Abilities.UpdateHutItems(Util.GetHutIdFromHut(hut));

if (Config.JunimoPayment.WorkForWages) {
Expand Down

0 comments on commit 156f5af

Please sign in to comment.