Skip to content

Commit

Permalink
Revert Console.WriteLine (neo-project#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored and Tommo-L committed Jun 22, 2020
1 parent 4b3c1f2 commit 37ae8dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neo/Consensus/ConsensusService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private void InitializeConsensus(byte viewNumber)

private void Log(string message, LogLevel level = LogLevel.Info)
{
Console.WriteLine($"[{DateTime.Now.TimeOfDay:hh\\:mm\\:ss\\.fff}] {message}");
Plugin.Log(nameof(ConsensusService), level, message);
}

Expand Down

0 comments on commit 37ae8dd

Please sign in to comment.