This is not actually fatal just for checking in PC.

This commit is contained in:
Lars Brubaker 2015-09-22 12:29:02 -07:00
parent fd860f19d2
commit b0f0f84984

View file

@ -65,7 +65,9 @@ namespace MatterHackers.MatterControl.PrintLibrary
if (libraryDataViewInstance != null)
{
#if !__ANDROID__ // this is really just for debugging
throw new Exception("There should only ever be one of these, Lars.");
#endif
}
libraryDataViewInstance = this;