Thu, 23 Oct 2014 03:16:50 +0300
- 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()); }