diff layer/FlexiNoteLayer.cpp @ 626:7256926d3af1 tonioni

cleanup
author gyorgyf
date Sat, 13 Apr 2013 15:36:54 +0100
parents 1336439dc055
children 640c3792977f
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.cpp	Sat Apr 13 13:39:17 2013 +0100
+++ b/layer/FlexiNoteLayer.cpp	Sat Apr 13 15:36:54 2013 +0100
@@ -63,9 +63,8 @@
 }
 
 void
-FlexiNoteLayer::setModel(FlexiNoteModel *model) // THIS FUNCTION FAILS
+FlexiNoteLayer::setModel(FlexiNoteModel *model) 
 {
-	std::cerr << "NOTE: FlexiNoteLayer::setModel called" << std::endl; //delete this!!
     if (m_model == model) return;
     m_model = model;
 
@@ -75,7 +74,6 @@
 
     m_scaleMinimum = 0;
     m_scaleMaximum = 0;
-	std::cerr << "NOTE: FlexiNoteLayer::NoteModel set" << std::endl; //delete this!!
 
     emit modelReplaced();
 }