Browse Source

remove debug print

nico 8 years ago
parent
commit
0f7cd280ab
1 changed files with 0 additions and 1 deletions
  1. 0 1
      trigger/snowboy/snowboydetect.py

+ 0 - 1
trigger/snowboy/snowboydetect.py

@@ -17,7 +17,6 @@ if version_info >= (2, 6, 0):
         fp = None
         try:
             fp, pathname, description = imp.find_module(module_file_path, [dirname(__file__)])
-            print pathname
         except ImportError:
             import _snowboydetect
             return _snowboydetect