Skip to content

Commit

Permalink
Disabled debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
edbmods committed Sep 19, 2021
1 parent dd57e17 commit 0e9e19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EdB Prepare Carefully Mod")]
[assembly: AssemblyCopyright("Copyright © 2014-2020")]
[assembly: AssemblyCopyright("Copyright © 2014-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Source/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace EdB.PrepareCarefully {
public static class Logger {
private static readonly bool DebugEnabled = true;
private static readonly bool DebugEnabled = false;
private static readonly string Prefix = "[Prepare Carefully] ";

public static void Debug(string message) {
Expand Down

0 comments on commit 0e9e19f

Please sign in to comment.