diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 10:41:08 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 10:41:08 +0200 |
| commit | d1092a06fbae2ed17e01d6f32bd56460e0822ee1 (patch) | |
| tree | bfa6b5e5b425fd65ab83a96b69073f73942d2a57 /src/client/view/textanalyser_input.js | |
| parent | 3b571dbefaecfc0bddc5f6faf1ae1837324fa6c6 (diff) | |
client/textanalyser_input: remove debug print
Diffstat (limited to 'src/client/view/textanalyser_input.js')
| -rw-r--r-- | src/client/view/textanalyser_input.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/view/textanalyser_input.js b/src/client/view/textanalyser_input.js index 88590445..299d96ae 100644 --- a/src/client/view/textanalyser_input.js +++ b/src/client/view/textanalyser_input.js @@ -47,7 +47,6 @@ function textanalyser_input(spec) { if (base_parts[base_parts.length - 1].length != 0) { parts.push(base_parts[base_parts.length - 1]); } - console.log(parts); function span(text, clazz) { return $('<span class="' + clazz + '">' + text.replace(/ /g, nbsp) + '</span>')[0]; }; |
