Skip to content

Commit

Permalink
SQL-211 remove debuggrel
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Dec 5, 2023
1 parent e1a8ef1 commit eebd735
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/com/yetanalytics/lrs_admin_ui/views/reactions.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -685,12 +685,6 @@
[reaction-actions mode id]
[:div {:class "tenant-wrapper"}
[:dl.reaction-view
[:dt "Error Debug"]
[:dd
(into [:ul]
(for [problem @(subscribe [:reaction/edit-spec-errors])]
[:li [:strong (pr-str (:in problem))] " - " (pr-str problem)]))
]
[:dt "Title"]
[:dd
(case mode
Expand Down

0 comments on commit eebd735

Please sign in to comment.