From 7d876fd665857e6e416ec1dafe3580542ae9ff59 Mon Sep 17 00:00:00 2001 From: "prasanth.kolachina" Date: Wed, 22 Apr 2015 18:51:55 +0000 Subject: [PATCH] No debug messages --- src/runtime/python/examples/translation_pipeline.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/python/examples/translation_pipeline.py b/src/runtime/python/examples/translation_pipeline.py index df21af212..a011a5366 100644 --- a/src/runtime/python/examples/translation_pipeline.py +++ b/src/runtime/python/examples/translation_pipeline.py @@ -99,8 +99,6 @@ def web_lexer(grammar, lang, sentences): count = 0; for analysis in grammar.languages[lang].lookupMorpho(lowertoken): count += 1; - if count: - print "replacing %s with %s" %(token, lowertoken); tokensList[idx] = lowertoken if count else token; for idx, token in enumerate(tokensList): if token.find('-') == -1: