remove useless endl in prints

This commit is contained in:
Alexandre Quessy
2014-05-08 16:06:31 -04:00
parent 4426142f80
commit 7177d62f90
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Mapper::Mapper(Mapping::ptr mapping)
_propertyBrowser->addProperty(_topItem);
qDebug() << "Creating mapper" << endl;
//qDebug() << "Creating mapper" << endl;
}
Mapper::~Mapper()