diff options
Diffstat (limited to 'src/leap/common/__init__.py')
-rw-r--r-- | src/leap/common/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/common/__init__.py b/src/leap/common/__init__.py index 5702ca1..19c43c9 100644 --- a/src/leap/common/__init__.py +++ b/src/leap/common/__init__.py @@ -11,9 +11,9 @@ try: import pygeoip HAS_GEOIP = True except ImportError: - logger.debug('PyGeoIP not found. Disabled Geo support.') + #logger.debug('PyGeoIP not found. Disabled Geo support.') HAS_GEOIP = False __all__ = ["certs", "check", "files", "events"] -__version__ = "0.2.0-dev" +__version__ = "0.2.1-dev" |