--- 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 <qdebug.h>
// 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);
}