remove test mode

This commit is contained in:
Stefan Schippers 2023-06-04 17:35:43 +02:00
parent 5b5fa27408
commit ed78a0fe72
1 changed files with 2 additions and 1 deletions

View File

@ -3754,7 +3754,8 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg
* testmode */
else if(!strcmp(argv[1], "test"))
{
swap_windows();
dbg(0, "sizeof Xschem_ctx=%d\n", sizeof(Xschem_ctx));
/* swap_windows(); */
Tcl_ResetResult(interp);
}