diff --git a/dispatch/static/manager/src/js/vendor/dispatch-editor/components/Editor.js b/dispatch/static/manager/src/js/vendor/dispatch-editor/components/Editor.js index 6bd29964a..858d2f4f4 100644 --- a/dispatch/static/manager/src/js/vendor/dispatch-editor/components/Editor.js +++ b/dispatch/static/manager/src/js/vendor/dispatch-editor/components/Editor.js @@ -101,7 +101,6 @@ class ContentEditor extends React.Component { const currentBlock = editorState.getCurrentContent().getBlockForKey(selection.getStartKey()).getText().substring(0, currentIndex); let contentReplaced = Modifier.insertText(content, selection, str); - console.log(content); if(currentBlock !== "") { if(str === '\"' && currentBlock.lastIndexOf('“') <= currentBlock.lastIndexOf('”') && currentBlock[currentIndex-1].match(/[\s-]/g)) { diff --git a/setup.py b/setup.py index ef9c00f87..f5ab855d4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='dispatch', description='A publishing platform for modern newspapers', - version='1.3.3', + version='1.3.4', url='https://github.com/ubyssey/dispatch', author='Peter Siemens', author_email='peterjsiemens@gmail.com',