diff --git a/pythonx/cm_sources/swift-completer.py b/pythonx/cm_sources/swift-completer.py index 89df948..0acb85e 100755 --- a/pythonx/cm_sources/swift-completer.py +++ b/pythonx/cm_sources/swift-completer.py @@ -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)