Skip to content
Snippets Groups Projects
Unverified Commit c423289e authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

remove println (#22818)

parent be9cb6b9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@
(deftest build-endpoint-link-test
(testing "Links to endpoint pages are generated correctly."
(let [[ep ep-data] (first endpoints)]
(println "EP" ep)
(is (= "- [Activity](api/activity.md)"
(endpoint-dox/build-endpoint-link ep ep-data))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment