Removed one diagnostic message after flattening a cell in GDS input

because depending on the GDS file it could be printed millions of
times.
This commit is contained in:
Tim Edwards 2021-03-18 20:47:59 -04:00
parent 08cb75a9b4
commit 8384891f3d
1 changed files with 2 additions and 2 deletions

View File

@ -1044,8 +1044,8 @@ calmaElementSref(filename)
{
/* (To do: Copy labels from flattened cells, with hierarchical */
/* names. Whether to do this or not should be an option.) */
TxPrintf("Removing instances of flattened cell %s in %s\n",
def->cd_name, cifReadCellDef->cd_name);
/* TxPrintf("Removing instances of flattened cell %s in %s\n",
def->cd_name, cifReadCellDef->cd_name); */
madeinst = TRUE;
}
}