Skip to content

Commit 37eb499

Browse files
committed
Decluttering the log from forgotten debugging logging.
1 parent c0ea49f commit 37eb499

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Source/ModuleManagerWatchDog/Globals.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ private Globals()
5656
this.prefersMyFork = false;
5757
r = false;
5858
}
59-
Log.force("**** IsValid {0}, PrefersMyFork {1}", r, this.PrefersMyFork);
6059
this.IsValid = r;
6160
}
6261

6362
internal void Save()
6463
{
6564
if (!this.dirty) return;
6665
string path = SIO.Path.Combine(ROOT, DATAFILE);
67-
Log.force("Writing {0}", path);
66+
Log.dbg("Writing {0}", path);
6867
try
6968
{
7069
ConfigNode cn = new ConfigNode(NODE);

0 commit comments

Comments
 (0)