From 5c6a0f0b90c3141bf8e622af32e4f36bf99d29d3 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 8 Nov 2013 10:58:27 +0000 Subject: [PATCH] Uhmm... hadn't saved analyse.clj when I did the last commit. D'oh! --- src/milkwood_clj/analyse.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/milkwood_clj/analyse.clj b/src/milkwood_clj/analyse.clj index 6f825a6..1320871 100644 --- a/src/milkwood_clj/analyse.clj +++ b/src/milkwood_clj/analyse.clj @@ -43,7 +43,6 @@ tokens: the sequence of tokens we're reading; depth: the depth of rules/length of window we're considering." [rules anger tokens depth] - (.println System.err (str (length tokens))) (cond (empty? tokens) rules true (let [token (first tokens) rage (utils/slide-window anger token depth)]