Skip to content

Commit

Permalink
Removed an annoying println
Browse files Browse the repository at this point in the history
  • Loading branch information
turbopape committed Oct 20, 2016
1 parent 70057c3 commit 11d00ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/milestones/nlp_tools.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
(.replace (get duration 0) regPnt "" )
nil)

_ (println "durtion" duration ", clean duration:" clean-duration)
actual-task-id (if task-id
(js/parseInt (get task-id 0))
(js/parseInt (get milestone-id 0)))
Expand All @@ -209,8 +208,6 @@
(assoc output :is-milestone true)
output)}))


;sentence = (.sentence nlp sentence #js {:lexicon lexicon})
(defn guess-a-task
[sentence optional-steps]
(let [the-task (parse-tags sentence optional-steps)]
Expand Down

0 comments on commit 11d00ab

Please sign in to comment.