Remove RTE content_state logging

pull/21833/head
Luke Barnard 2017-07-06 11:17:54 +01:00
parent e0e321783b
commit 6b6af3f148
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class MessageComposerStore extends Store {
const editorStateMap = this._state.editorStateMap;
editorStateMap[payload.room_id] = convertToRaw(payload.content_state);
localStorage.setItem('content_state', JSON.stringify(editorStateMap));
console.info(localStorage.getItem('content_state'));
this._setState({
editorStateMap: editorStateMap,
});