--- a/zz_setContentsDialog.cpp Sat Mar 16 03:12:31 2013 +0200 +++ b/zz_setContentsDialog.cpp Sat Mar 16 03:24:50 2013 +0200 @@ -66,8 +66,6 @@ // Reinterpret it from the text of the input field obj = ParseLine (dlg.qContents->text ().toStdString ().c_str ()); - printf ("object re-parsed, new type: %s\n", g_saObjTypeNames[obj->getType ()]); - // Remove the old object delete oldobj;