Skip to content

Commit

Permalink
Remove debug output (pr-str user) as it contains sensitive tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 20, 2024
1 parent d9ac1f6 commit e5369e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/html/navigation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Menu"
[:button {:cx-toggle "menu-open" :cx-target "body"}
[graphics/cross]]]
[:pre (pr-str user)]
#_[:pre (pr-str user)]
[:ul

[:li
Expand Down

0 comments on commit e5369e8

Please sign in to comment.