From 391e112e999075abf0ddb8abf1b13b8b9f6f3601 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 20:05:32 +0100 Subject: ssh --- akonadi2_cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akonadi2_cli/main.cpp') 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[]) //TODO: make a json command parse cause that would be awesomesauce const bool startJsonListener = !startRepl && (argc == 2 && qstrcmp(argv[1], "-") == 0); - qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; + //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; QCoreApplication app(argc, argv); app.setApplicationName("funq"); -- cgit v1.2.3