From 3b1ba2f37543a8f295b73e319aef661923116242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Furi=C3=B3?= Date: Fri, 30 Jun 2017 12:42:15 +0200 Subject: [PATCH] testing new completion code --- pythonx/cm_sources/swift-completer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)