Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cloojure committed Dec 15, 2018
1 parent cde1371 commit 068dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tupelo "0.9.114"
(defproject tupelo "0.9.115"
:description "Tupelo: Clojure With A Spoonful of Honey"
:url "http://github.com/cloojure/tupelo"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/clj/tupelo/forest.clj
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
and update its immediate parent (if any). Does not remove child nodes."
[parents :- [HID]
hid :- HID]
(println :remove-node-from-parents hid)
;(println :remove-node-from-parents hid)
(swap! *forest* dissoc hid)
(if (not-empty? parents)
(let [parent-hid (last parents)
Expand Down

0 comments on commit 068dcc3

Please sign in to comment.