Remove outdated comment

This commit is contained in:
Jeremy Dormitzer 2018-02-01 14:06:37 -07:00
parent bd271169ea
commit 0ea66897d4
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -107,12 +107,3 @@
(.-onMessage)
(.addListener handle-message))
;; Application logic:
;; 1. Event comes in (new url)
;; 2. Fetch HN hits
;; 3. Filter and sort hits
;; 4. Count comments, update badge
;; 5. When the popup is opened:
;; 6. Fetch items based on the id (this will have to come
;; from the background script to avoid repeating the request)
;; 7. Render the popup