Disabled assert for unknown Spice primitives

This commit is contained in:
Maciej Suminski 2016-08-11 14:41:47 +02:00
parent a717194b1e
commit 132e30081b
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ bool DIALOG_SPICE_MODEL::TransferDataToWindow()
break; break;
default: default:
wxASSERT_MSG( false, "Unhandled Spice primitive type" ); //wxASSERT_MSG( false, "Unhandled Spice primitive type" );
break; break;
} }