Removed commented code never meant to be there

This commit is contained in:
Carlo Sciolla 2019-05-09 22:03:03 +02:00
parent 20fdb95053
commit fae316b30b
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@
(first)
(xml-node-children)
(first))))
;; (message (-filter (lambda (node) (string-equal "v" (xml-get-attribute node 'name))) strs))
(message (concat "Downloading PlantUML v" version " into " plantuml-jar-path))
(url-copy-file (format "https://search.maven.org/remotecontent?filepath=net/sourceforge/plantuml/plantuml/%s/plantuml-%s.jar" version version) plantuml-jar-path)
(kill-buffer))