Przeglądaj źródła

chore: remove unused code

Tienson Qin 3 lat temu
rodzic
commit
df12ed9cef
1 zmienionych plików z 1 dodań i 7 usunięć
  1. 1 7
      src/main/frontend/core.cljs

+ 1 - 7
src/main/frontend/core.cljs

@@ -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