src/ldDocument.cc

changeset 909
f025ab5e57ac
parent 902
3a69c2e0532c
child 911
5209474e9f38
child 913
d93a42b07e28
child 916
bf08a6b42102
child 920
147497785496
--- a/src/ldDocument.cc	Sat Sep 20 14:47:13 2014 +0300
+++ b/src/ldDocument.cc	Wed Nov 05 23:41:58 2014 +0200
@@ -168,13 +168,11 @@
 
 // =============================================================================
 //
-extern QMap<long, LDObjectWeakPtr>	g_allObjects;
 void LDDocument::setImplicit (bool const& a)
 {
 	if (m_isImplicit != a)
 	{
 		m_isImplicit = a;
-		print ("Setting implicity of %1 to %2\n", this, a ? "true" : "false");
 
 		if (a == false)
 		{
@@ -188,9 +186,7 @@
 		}
 		else
 		{
-			print ("Removing %1 from explicit documents...\n", this);
 			g_explicitDocuments.removeOne (self().toStrongRef());
-			print ("Removed %1", this);
 			print ("Closed %1", name());
 		}
 

mercurial