Remove a debug output.

This commit is contained in:
Matthias Koefferlein 2018-02-21 07:47:02 +01:00
parent 2f46f0d1c6
commit a272ba39a7
1 changed files with 0 additions and 1 deletions

View File

@ -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 ()) {