diff --git a/examples/conformance/woods.py b/examples/conformance/woods.py index 7475ac9..591eb91 100644 --- a/examples/conformance/woods.py +++ b/examples/conformance/woods.py @@ -198,7 +198,3 @@ if yes_no("Print PlantUML?"): print("==================================") print(make_url(uml)) print("==================================") - print("Go to either:") - print(" ▸ https://www.plantuml.com/plantuml/uml") - print(" ▸ https://mstro.duckdns.org/plantuml/uml") - print("and paste the above string.")