diff options
author | Alexander Tkachev | 2016-06-14 21:16:11 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 8a84263d2b7f30bdb87a0b49c1d84454ece38b21 (patch) | |
tree | dccdb1ad93fbf2eaabc8b29f63df4cad1a9cd286 /backends/cloud/googledrive | |
parent | 0aea8db7e1a59e8cf88436f78019685c9aff6332 (diff) | |
download | scummvm-rg350-8a84263d2b7f30bdb87a0b49c1d84454ece38b21.tar.gz scummvm-rg350-8a84263d2b7f30bdb87a0b49c1d84454ece38b21.tar.bz2 scummvm-rg350-8a84263d2b7f30bdb87a0b49c1d84454ece38b21.zip |
CLOUD: Do saves sync on Storage connect
Diffstat (limited to 'backends/cloud/googledrive')
-rw-r--r-- | backends/cloud/googledrive/googledrivestorage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/cloud/googledrive/googledrivestorage.cpp b/backends/cloud/googledrive/googledrivestorage.cpp index 2b044ce12a..1e31121d6c 100644 --- a/backends/cloud/googledrive/googledrivestorage.cpp +++ b/backends/cloud/googledrive/googledrivestorage.cpp @@ -125,8 +125,6 @@ void GoogleDriveStorage::codeFlowComplete(BoolResponse response) { CloudConfig.removeKey("googledrive_code"); CloudMan.replaceStorage(this, kStorageGoogleDriveId); CloudConfig.flushToDisk(); - debug("Done! You can use Google Drive now! Look:"); - CloudMan.testFeature(); } void GoogleDriveStorage::saveConfig(Common::String keyPrefix) { |