From 55af70a9aa4aaebf6cbba553f3860de12c35696e Mon Sep 17 00:00:00 2001
From: Ben Wheeler <wheeler.benjamin@gmail.com>
Date: Mon, 8 Oct 2018 17:40:43 -0400
Subject: [PATCH] removed comment on title editing, after creating issue for it

---
 src/lib/titled-hoc.jsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/titled-hoc.jsx b/src/lib/titled-hoc.jsx
index 53b545a72..2cc3e5920 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 () {
-- 
GitLab