[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp
Pranav Kant
pranavk at collabora.co.uk
Thu Jun 22 07:26:49 UTC 2017
wsd/DocumentBroker.cpp | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit d192fa4944305d8488391b76b7994b8ea4596be4
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Wed Jun 21 17:27:55 2017 +0530
Obsolete comment
Change-Id: I30b1bcbb5c4bd040ab1205030d16867fa488bdb4
diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index ff5e2b61..2e37ccf7 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -646,9 +646,6 @@ bool DocumentBroker::saveToStorageInternal(const std::string& sessionId,
LOG_DBG("Persisting [" << _docKey << "] after saving to URI [" << uri << "].");
- // FIXME: We should check before persisting the document that it hasn't been updated in its
- // storage behind our backs.
-
assert(_storage && _tileCache);
StorageBase::SaveResult storageSaveResult = _storage->saveLocalFileToStorage(accessToken);
if (storageSaveResult == StorageBase::SaveResult::OK)
More information about the Libreoffice-commits
mailing list