diff --git a/src/lib/titled-hoc.jsx b/src/lib/titled-hoc.jsx index 53b545a726f7134e9b3f9ceb5be44e91a419f2be..2cc3e59209ead4289927f52d591096a615baf7bf 100644 --- a/src/lib/titled-hoc.jsx +++ b/src/lib/titled-hoc.jsx @@ -19,8 +19,6 @@ const TitledHOC = function (WrappedComponent) { }; } handleUpdateProjectTitle (newTitle) { - // NOTE: this seems to be called twice each time you change the title, resulting from - // two handleKeyPress calls in BufferedInput. Might want to investigate why. this.setState({projectTitle: newTitle}); } render () {