Removed testing line

This commit is contained in:
ocboogie 2017-04-17 21:35:48 -07:00
parent aa466d0e84
commit 5c48fa6cb1
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ public void Resume()
public void Restart()
{
System.Diagnostics.Debug.WriteLine("TEST");
OnRestart?.Invoke();
Exit();
}