Comment out stuff for debugging purposes

This commit is contained in:
aren-cllc 2017-02-08 16:34:45 +01:00 committed by GitHub
parent 4164394fc2
commit 42cfccfdbe

View file

@ -216,7 +216,7 @@ namespace ShiftOS.WinForms
TextType("An error has occoured while starting the tutorial");
TextType(e.ToString());
}
this.Close();
//this.Close(); // This has been commented out because the form closes when the error appears. Uncomment this if no more errors appear
}
catch(Exception e)
{