Skip to content

Commit

Permalink
don't print login success in the log file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Mar 23, 2015
1 parent 076a3be commit dbb83eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/requests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ void LoginRequest::requestSuccess(QNetworkReply& reply)
return;
}

qWarning("login successful\n");

emit success(token);
}

Expand Down

0 comments on commit dbb83eb

Please sign in to comment.