CLOUD: Minor GoogleDriveUploadRequest fix

Just checked that out on cloud sync: Google Drive is officially
supported!
This commit is contained in:
Alexander Tkachev 2016-06-08 16:54:29 +06:00
parent b29497effe
commit 1479d12652

View file

@ -267,7 +267,6 @@ void GoogleDriveUploadRequest::partUploadedCallback(Networking::JsonResponse res
Common::JSONValue *json = response.value;
if (json) {
debug("%s", json->stringify(true).c_str());
if (json->isObject()) {
Common::JSONObject object = json->asObject();