From a272ba39a7ff4850c088e96c1eb55c195882117c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 21 Feb 2018 07:47:02 +0100 Subject: [PATCH] Remove a debug output. --- src/ant/ant/antObject.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ant/ant/antObject.cc b/src/ant/ant/antObject.cc index a67b54a14..686224fc9 100644 --- a/src/ant/ant/antObject.cc +++ b/src/ant/ant/antObject.cc @@ -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 ()) {