Mercurial > hg > svapp
diff framework/Document.cpp @ 165:0bd09fb9e584 sv-v1.5pre1
* remove some debug output
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 13:59:42 +0000 |
parents | 64b09e5bda21 |
children | b5b4af911c98 |
line wrap: on
line diff
--- a/framework/Document.cpp Fri Feb 27 13:33:16 2009 +0000 +++ b/framework/Document.cpp Fri Feb 27 13:59:42 2009 +0000 @@ -966,8 +966,10 @@ QString Document::AddLayerCommand::getName() const { +#ifdef DEBUG_DOCUMENT std::cerr << "Document::AddLayerCommand::getName(): Name is " << m_name.toStdString() << std::endl; +#endif return m_name; }