diff options
-rw-r--r-- | akonadi2_cli/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/main.cpp b/akonadi2_cli/main.cpp index f7b7b9f..a2b25a9 100644 --- a/akonadi2_cli/main.cpp +++ b/akonadi2_cli/main.cpp | |||
@@ -41,7 +41,7 @@ int main(int argc, char *argv[]) | |||
41 | //TODO: make a json command parse cause that would be awesomesauce | 41 | //TODO: make a json command parse cause that would be awesomesauce |
42 | const bool startJsonListener = !startRepl && | 42 | const bool startJsonListener = !startRepl && |
43 | (argc == 2 && qstrcmp(argv[1], "-") == 0); | 43 | (argc == 2 && qstrcmp(argv[1], "-") == 0); |
44 | qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; | 44 | //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; |
45 | 45 | ||
46 | QCoreApplication app(argc, argv); | 46 | QCoreApplication app(argc, argv); |
47 | app.setApplicationName("funq"); | 47 | app.setApplicationName("funq"); |