Skip to content

Commit fb76f0b

Browse files
committed
Remove test code
1 parent e503fd9 commit fb76f0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/glosa/adapters/database/plain.clj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
(let [comment (first (filter (fn [my-comment] (= (:id my-comment) id)) @db))
5050
parent-id (if (or (empty? (:parent comment)) (nil? (:parent comment))) nil (:parent comment))
5151
parent (if-not (nil? parent-id) (first (filter (fn [my-comment] (= (str parent-id) (str (:id my-comment)))) @db)) nil)]
52-
(prn (first (filter (fn [my-comment] (= parent-id (:id my-comment))) @db)))
53-
(prn comment)
54-
(prn parent-id)
55-
(prn parent)
5652
(if parent (:email parent) nil)))
5753

5854
(defn add-comment

0 commit comments

Comments
 (0)