diff -r c198609911f9 -r fd30d51f876b notes/notesui/notesviewmanager/src/notesdocloader.cpp --- a/notes/notesui/notesviewmanager/src/notesdocloader.cpp Fri Apr 16 14:57:40 2010 +0300 +++ b/notes/notesui/notesviewmanager/src/notesdocloader.cpp Mon May 03 12:30:32 2010 +0300 @@ -15,8 +15,6 @@ * */ -// System includes -#include // User includes #include "notesdocloader.h" @@ -43,8 +41,6 @@ */ QObject* NotesDocLoader::createObject(const QString &type, const QString &name) { - qDebug() << "notes: NotesDocLoader::createObject -->"; - if (NOTES_MAIN_VIEW == name) { QObject *object = new NotesMainView(); object->setObjectName(name); @@ -67,8 +63,6 @@ return object; } - qDebug() << "notes: NotesDocLoader::createObject <--"; - return HbDocumentLoader::createObject(type, name); }