zz_setContentsDialog.cpp

changeset 16
7e604baff022
parent 15
a78ccb3976b6
child 19
6c5977e43e73
--- 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;
 		

mercurial