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/onedrive | |
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/onedrive')
-rw-r--r-- | backends/cloud/onedrive/onedrivestorage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/cloud/onedrive/onedrivestorage.cpp b/backends/cloud/onedrive/onedrivestorage.cpp index bc1a4ff130..b91d1cdce1 100644 --- a/backends/cloud/onedrive/onedrivestorage.cpp +++ b/backends/cloud/onedrive/onedrivestorage.cpp @@ -119,8 +119,6 @@ void OneDriveStorage::codeFlowComplete(BoolResponse response) { CloudConfig.removeKey("onedrive_code"); CloudMan.replaceStorage(this, kStorageOneDriveId); CloudConfig.flushToDisk(); - debug("Done! You can use OneDrive now! Look:"); - CloudMan.syncSaves(); } void OneDriveStorage::saveConfig(Common::String keyPrefix) { |