diff -r c198609911f9 -r fd30d51f876b notes/notesui/notesapplication/src/main.cpp --- 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 #include #include #include @@ -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(); }