Disabled assert for unknown Spice primitives
This commit is contained in:
parent
a717194b1e
commit
132e30081b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue