Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
hide stopwatch results in Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jul 9, 2021
1 parent 0639af4 commit 7feaceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RogueLibsCore/RogueLibsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public void Awake()
PatchSprites();
PatchAbilities();

#if DEBUG
Patcher.LogResults();
#endif

sw.Stop();
Logger.LogDebug($"RogueLibs took {sw.ElapsedMilliseconds,5:#####} ms to load.");
Expand Down

0 comments on commit 7feaceb

Please sign in to comment.