Skip to content

Commit

Permalink
Release 2.0 Alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
distrohelena committed Jun 4, 2016
1 parent 133d244 commit c3efa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Master/NucleusGaming/IO/Logging/LogManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public LogManager()
logStream = File.OpenWrite(GetLogPath());
logStream.Position = logStream.Length; // keep writing from where we left


writer = new StreamWriter(logStream);
}

Expand Down

0 comments on commit c3efa7a

Please sign in to comment.