Skip to content

Commit 1a712ca

Browse files
committed
Remove testing code
1 parent e27c8cb commit 1a712ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/eca/shared.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@
129129
:last-message-cost (tokens->cost input-tokens input-cache-creation-tokens input-cache-read-tokens output-tokens model-capabilities)
130130
:session-cost (tokens->cost total-input-tokens total-input-cache-creation-tokens total-input-cache-read-tokens total-output-tokens model-capabilities)))))
131131

132-
(defn sum [a b]
133-
(+ a b))
134-
135132
(defn map->camel-cased-map [m]
136133
(let [f (fn [[k v]]
137134
(if (keyword? k)

0 commit comments

Comments
 (0)