CLOUD: Do some refactoring/cleanup

Nothing really major.
This commit is contained in:
Alexander Tkachev 2016-07-20 18:47:34 +06:00
parent a449ddce15
commit b180c73675
25 changed files with 101 additions and 133 deletions

View file

@ -118,7 +118,7 @@ void DropboxUploadRequest::uploadNextPart() {
}
void DropboxUploadRequest::partUploadedCallback(Networking::JsonResponse response) {
debug("partUploadedCallback");
debug(9, "partUploadedCallback");
_workingRequest = nullptr;
if (_ignoreCallback) return;