summaryrefslogtreecommitdiff
path: root/boot/vocabcompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'boot/vocabcompiler.py')
-rw-r--r--boot/vocabcompiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py
index 33fb0a8..1d2a51d 100644
--- a/boot/vocabcompiler.py
+++ b/boot/vocabcompiler.py
@@ -48,7 +48,6 @@ def compile(sentences, dictionary, languagemodel):
pass # module probably doesn't have the property
words = list(set(words))
- print words
# for spotify module
words.extend(["MUSIC", "SPOTIFY"])