CLOUD: Minor GoogleDriveUploadRequest fix
Just checked that out on cloud sync: Google Drive is officially supported!
This commit is contained in:
parent
b29497effe
commit
1479d12652
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue