Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic authored Jul 27, 2019
1 parent 8abc069 commit 2da99dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def name(self) -> str:

@property
def config(self) -> ClientConfig:
settings = sublime.load_settings("LSP-vue.sublime-settings")
print('settingsssss')
print(settings.get('config'))
settings = sublime.load_settings("LSP-vue.sublime-settings")
return ClientConfig(
name='lsp-vue',
binary_args=[
Expand Down

0 comments on commit 2da99dc

Please sign in to comment.