wsd/DocumentBroker.cpp |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit d192fa4944305d8488391b76b7994b8ea4596be4
Author: Pranav Kant <[email protected]>
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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to