Skip to content

Commit

Permalink
fix: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thezjy committed Jul 22, 2021
1 parent ae1e4b9 commit cd61cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/frontend/extensions/zotero/api.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
(get* (config) (str "/items/" key)))

(defn query-items [type term]
(js/console.log "query!!" term)
(get* (config) (str "/items")
{:qmode "everything"
:q term
Expand Down

0 comments on commit cd61cab

Please sign in to comment.