Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Hui Mi committed Aug 10, 2016
1 parent 3bcf59c commit 4184e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/completion/ttcn_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def init(self, view):

self.flie_body = TtcnCompleter._get_current_file_body(view)
self.import_modules = BaseCompleter._get_import_modules(self.file_name, self.flie_body.split('\n'))
print(" the type tags file too old, generate new one")

if not os.path.exists(os.path.join(self.open_folder, '.type_tags')):
logging.info(" the type tags file does not exist, generate new one")
TtcnCompleter.generate_tags_file(view, self.open_folder, self.ttcn_base_type)
Expand Down

0 comments on commit 4184e3f

Please sign in to comment.