diff options
author | Alexander Tkachev | 2016-06-08 16:54:29 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 1479d126520a9f3472797c1bb98b534f0b2a6b97 (patch) | |
tree | 66e152a59b9e8fd486a5ae1b62110db77e2ac6f2 | |
parent | b29497effe60eaec891ca1b5ce78f8dae69fd599 (diff) | |
download | scummvm-rg350-1479d126520a9f3472797c1bb98b534f0b2a6b97.tar.gz scummvm-rg350-1479d126520a9f3472797c1bb98b534f0b2a6b97.tar.bz2 scummvm-rg350-1479d126520a9f3472797c1bb98b534f0b2a6b97.zip |
CLOUD: Minor GoogleDriveUploadRequest fix
Just checked that out on cloud sync: Google Drive is officially
supported!
-rw-r--r-- | backends/cloud/googledrive/googledriveuploadrequest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/cloud/googledrive/googledriveuploadrequest.cpp b/backends/cloud/googledrive/googledriveuploadrequest.cpp index 7ab9f2e3c0..f5636ef8ba 100644 --- a/backends/cloud/googledrive/googledriveuploadrequest.cpp +++ b/backends/cloud/googledrive/googledriveuploadrequest.cpp @@ -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(); |