Mercurial > hg > svapp
changeset 165:0bd09fb9e584 sv-v1.5pre1
* remove some debug output
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2009 13:59:42 +0000 |
parents | 07d8dac78edc |
children | 2c2029007618 |
files | framework/Document.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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; }