Skip to content

Commit

Permalink
Remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jul 3, 2024
1 parent 825df22 commit 7cbbe31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clj/daisyproducer2/documents/abacus.clj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
[zipper key]
(let [path (key param-mapping)]
(case key
:narrator (string/join "; " (apply xml-> zipper (concat root-path path)))
(apply xml1-> zipper (concat root-path path)))))

(defn read-xml
Expand Down

0 comments on commit 7cbbe31

Please sign in to comment.