From 11d00aba9cd47d51c01f185f91b83eb2c240d33a Mon Sep 17 00:00:00 2001 From: Rafik Naccache Date: Thu, 20 Oct 2016 03:00:59 +0100 Subject: [PATCH] Removed an annoying println --- src/milestones/nlp_tools.cljs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/milestones/nlp_tools.cljs b/src/milestones/nlp_tools.cljs index dcbc596..01443c5 100644 --- a/src/milestones/nlp_tools.cljs +++ b/src/milestones/nlp_tools.cljs @@ -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))) @@ -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)]