mirror of https://github.com/KLayout/klayout.git
Remove a debug output.
This commit is contained in:
parent
2f46f0d1c6
commit
a272ba39a7
|
|
@ -343,7 +343,6 @@ Object::class_name () const
|
|||
void
|
||||
Object::from_string (const char *s)
|
||||
{
|
||||
printf("@@@ %s\n", s); fflush(stdout);
|
||||
tl::Extractor ex (s);
|
||||
while (! ex.at_end ()) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue