Skip to content

Commit 0445e44

Browse files
committed
Trusting KSPe to initialize the Log level for us.
1 parent 908cca3 commit 0445e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/ModuleManager/Logging/ModLogger.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ private ModLogger()
2222
this.methods[i++] = new LogMethod(LOG.info);
2323
this.methods[i++] = new LogMethod(LOG.detail);
2424
this.methods[i++] = new LogMethod(LOG.error);
25-
LOG.level = K.Level.TRACE;
2625
}
2726

2827
// Gambiarra porque eu não previ essa possibilidade no KSPe.Util.Log!

0 commit comments

Comments
 (0)