comparison 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
comparison
equal deleted inserted replaced
164:07d8dac78edc 165:0bd09fb9e584
964 } 964 }
965 965
966 QString 966 QString
967 Document::AddLayerCommand::getName() const 967 Document::AddLayerCommand::getName() const
968 { 968 {
969 #ifdef DEBUG_DOCUMENT
969 std::cerr << "Document::AddLayerCommand::getName(): Name is " 970 std::cerr << "Document::AddLayerCommand::getName(): Name is "
970 << m_name.toStdString() << std::endl; 971 << m_name.toStdString() << std::endl;
972 #endif
971 return m_name; 973 return m_name;
972 } 974 }
973 975
974 void 976 void
975 Document::AddLayerCommand::execute() 977 Document::AddLayerCommand::execute()