chore: remove unused code

pull/7267/head
Tienson Qin 2022-11-08 22:31:54 +08:00
parent e3fece74c8
commit df12ed9cef
1 changed files with 1 additions and 7 deletions

View File

@ -57,13 +57,7 @@
;; so it is available even in :advanced release builds
(plugin-handler/setup!
#(handler/start! start))
;; popup to notify user, could be toggled in settings
;; (handler/request-notifications-if-not-asked)
;; (handler/run-notify-worker!)
)
#(handler/start! start)))
(defn stop []
;; stop is called before any code is reloaded