diff -r f8e1852b91bc -r f025ab5e57ac src/ldDocument.cc --- 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 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()); }