From 0af6f96c3de54c940799826ff6f3c89bb46f1540 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Fri, 13 Dec 2013 03:06:10 +0100 Subject: Do not log auth crud --- logic/auth/flows/AuthenticateTask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/auth/flows/AuthenticateTask.cpp') diff --git a/logic/auth/flows/AuthenticateTask.cpp b/logic/auth/flows/AuthenticateTask.cpp index d8e5b624..cc26cd1b 100644 --- a/logic/auth/flows/AuthenticateTask.cpp +++ b/logic/auth/flows/AuthenticateTask.cpp @@ -76,7 +76,7 @@ bool AuthenticateTask::processResponse(QJsonObject responseData) // Read the response data. We need to get the client token, access token, and the selected // profile. QLOG_DEBUG() << "Processing authentication response."; - QLOG_DEBUG() << responseData; + // QLOG_DEBUG() << responseData; // If we already have a client token, make sure the one the server gave us matches our // existing one. QLOG_DEBUG() << "Getting client token."; -- cgit