notes/notesui/notesapplication/src/main.cpp
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
--- a/notes/notesui/notesapplication/src/main.cpp	Fri Apr 16 14:57:40 2010 +0300
+++ b/notes/notesui/notesapplication/src/main.cpp	Mon May 03 12:30:32 2010 +0300
@@ -16,7 +16,6 @@
 */
 
 // System includes
-#include <qdebug.h>
 #include <QScopedPointer>
 #include <QTranslator>
 #include <hbapplication.h>
@@ -33,8 +32,6 @@
  */
 int main(int argc, char *argv[])
 {
-	qDebug() << "notes: main -->";
-
 	// Create and initialize an HbApplication instance
 	HbApplication app(argc, argv);
 
@@ -55,9 +52,6 @@
 
 	// Show the main window.
 	window.show();
-
-	qDebug() << "notes: main <--";
-
 	// Start the event loop for the application
 	return app.exec();
 }