diff --git a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs index a3904e95b..d3350b3d5 100644 --- a/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/sidebar.cljs @@ -28,7 +28,6 @@ (mf/defc token-pill {::mf/wrap-props false} [{:keys [on-click token highlighted? on-context-menu]}] - (js/console.log "token" token) (let [{:keys [name value resolved-value errors]} token errors? (seq errors)] [:button {:class (stl/css-case :token-pill true