소스 검색

remove debug print

nico 8 년 전
부모
커밋
789b46be33
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/TTS/TTSModule.py

+ 0 - 1
core/TTS/TTSModule.py

@@ -60,7 +60,6 @@ class TTSModule(object):
 
         # create the path in the tmp folder
         base_path = os.path.join(self.settings.cache_path, self.tts_caller_name, self.language, self.voice)
-        print base_path
         FileManager.create_directory(base_path)
 
         logger.debug("Class TTSModule called from module %s, cache: %s, language: %s, voice: %s" % (self.tts_caller_name,