From 3182ff1e15294cca5e7f900b94c28054b31ab8e0 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 30 Sep 2024 15:08:18 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/workspace/tokens/token.cljs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/token.cljs b/frontend/src/app/main/ui/workspace/tokens/token.cljs index 49427bee9..c55f5c60f 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."