diff --git a/services/document-updater/app/js/DocumentManager.js b/services/document-updater/app/js/DocumentManager.js index 540a8a254c..dc20c27d7f 100644 --- a/services/document-updater/app/js/DocumentManager.js +++ b/services/document-updater/app/js/DocumentManager.js @@ -160,14 +160,6 @@ const DocumentManager = { alreadyLoaded, } = await DocumentManager.getDoc(projectId, docId) - if (oldLines != null && oldLines.length > 0 && oldLines[0].text != null) { - logger.debug( - { docId, projectId, oldLines, newLines }, - 'document is JSON so not updating' - ) - return - } - logger.debug( { docId, projectId, oldLines, newLines }, 'setting a document via http'