Skip to content

Commit

Permalink
Remove before-after Run() debug lines
Browse files Browse the repository at this point in the history
Several users found them annoying. They can be easily added manually by whoever wants them.
  • Loading branch information
BlitzWolfMatthew authored Aug 18, 2021
1 parent 09db10a commit 4423943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Cosmos.System2/Kernel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ public virtual void Start()
while (!mStopped)
{
//Network.NetworkStack.Update();
Global.mDebugger.Send("Really before Run");
//Global.mDebugger.Send("Really before Run");
Run();
Global.mDebugger.Send("Really after Run");
//Global.mDebugger.Send("Really after Run");
}
Global.mDebugger.Send("AfterRun");
AfterRun();
Expand Down

0 comments on commit 4423943

Please sign in to comment.