Skip to content

Commit

Permalink
testing new completion code
Browse files Browse the repository at this point in the history
  • Loading branch information
David Furió committed Jun 30, 2017
1 parent a0314c8 commit 3b1ba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonx/cm_sources/swift-completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ def cm_refresh(self, info, ctx, *args):
'info': item['descriptionKey'] + doc,
})

# logger.debug("matches: [%s]", matches)
logger.debug("matches: [%s]", matches)

self.complete(info, ctx, startcol, matches)

0 comments on commit 3b1ba2f

Please sign in to comment.