Skip to content

Commit

Permalink
remove prns and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Hryniewicz committed Jan 18, 2019
1 parent c3552f7 commit db2204d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject hydrogen.example/duct-profile "0.1.0"
(defproject hydrogen.example/duct-profile "0.1.1"
:description "hydrogen.example"
:url "https://github.com/magnetcoop/hydrogen.example.duct-profile"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down
3 changes: 0 additions & 3 deletions src/hydrogen/example/duct_profile.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
(def render (renderer "hydrogen.example"))

(defn hydrogen.example [data]
(prn)
(prn "HELLO!")
(prn)
{:extra-deps ['[magnetcoop/stork "0.1.5"]
'[aramis "0.1.1"]]
:extra-files [["resources/{{dirs}}/parrot.txt" (render "parrot.txt" data)]
Expand Down

0 comments on commit db2204d

Please sign in to comment.