- removed unneeded debug lines... whoops

Thu, 23 Oct 2014 03:16:50 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Thu, 23 Oct 2014 03:16:50 +0300
changeset 902
3a69c2e0532c
parent 901
6e89eaa1df70
child 909
f025ab5e57ac
child 911
5209474e9f38

- removed unneeded debug lines... whoops

src/ldDocument.cc file | annotate | diff | comparison | revisions
--- a/src/ldDocument.cc	Wed Oct 22 20:53:15 2014 +0300
+++ b/src/ldDocument.cc	Thu Oct 23 03:16:50 2014 +0300
@@ -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