diff --git a/frontend/src/app/main/ui/workspace/tokens/token.cljs b/frontend/src/app/main/ui/workspace/tokens/token.cljs index 49427bee9b..c55f5c60f7 100644 --- a/frontend/src/app/main/ui/workspace/tokens/token.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/token.cljs @@ -6,10 +6,6 @@ [clojure.set :as set] [cuerdas.core :as str])) -(defn get-workspace-token - [token-id state] - (get-in state [:workspace-data :tokens token-id])) - (def parseable-token-value-regexp "Regexp that can be used to parse a number value out of resolved token value. This regexp also trims whitespace around the value."