Browse Source

Merge branch 'feat/db' into enhance/reference-view

Tienson Qin 8 months ago
parent
commit
6944ec776c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/components/plugins.cljs

+ 0 - 1
src/main/frontend/components/plugins.cljs

@@ -871,7 +871,6 @@
                                             :latestAt latest-at
                                             :downloads downloads))
                                    %) filtered-pkgs)
-        _ (def debug-pkgs filtered-pkgs)
         sorted-plugins     (weighted-sort-by @*sort-by filtered-pkgs)
 
         fn-query-flag      (fn [] (string/join "_" (map #(str @%) [*filter-by *sort-by *search-key *category])))