aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/onedrive/onedrivestorage.cpp
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-14 21:16:11 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit8a84263d2b7f30bdb87a0b49c1d84454ece38b21 (patch)
treedccdb1ad93fbf2eaabc8b29f63df4cad1a9cd286 /backends/cloud/onedrive/onedrivestorage.cpp
parent0aea8db7e1a59e8cf88436f78019685c9aff6332 (diff)
downloadscummvm-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/onedrivestorage.cpp')
-rw-r--r--backends/cloud/onedrive/onedrivestorage.cpp2
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) {