Sun, 24 Aug 2014 01:42:46 +0300
- got rid of an annoying debug message
src/ldDocument.cc | file | annotate | diff | comparison | revisions |
--- a/src/ldDocument.cc Wed Aug 06 17:09:13 2014 +0300 +++ b/src/ldDocument.cc Sun Aug 24 01:42:46 2014 +0300 @@ -1114,12 +1114,6 @@ history()->add (new AddHistory (objects().size(), obj)); m_objects << obj; addKnownVertices (obj); - -#ifdef DEBUG - if (not isImplicit()) - dprint ("Added object #%1 (%2)\n", obj->id(), obj->typeName()); -#endif - obj->setDocument (self()); g_win->R()->compileObject (obj); return getObjectCount() - 1;