Skip to content

Commit

Permalink
Remove stray printlns.
Browse files Browse the repository at this point in the history
Note to self: not everyone likes printlns littered around their code :P
  • Loading branch information
dakrone committed Jan 31, 2011
1 parent ddbf2e0 commit 045de6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/opennlp/nlp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@
(loop [ts tokens dt-ops detoken-ops]
(let [op (first dt-ops)
op2 (second dt-ops)]
(println :ts ts)
(println :op op)
(println :op2 op2)
(if (or (= op2 nil)
(= op2 Detokenizer$DetokenizationOperation/MERGE_TO_LEFT))
(.append sb (first ts))
Expand Down

0 comments on commit 045de6a

Please sign in to comment.