From 3e79fc7626d076cd66bc2910eb182d7d08e64fff Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Sun, 28 Oct 2018 11:05:38 +0000 Subject: [PATCH] python: Remove debug print --- bindings/python/gi/overrides/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/gi/overrides/__init__.py b/bindings/python/gi/overrides/__init__.py index 5a1c721..6471f87 100644 --- a/bindings/python/gi/overrides/__init__.py +++ b/bindings/python/gi/overrides/__init__.py @@ -26,4 +26,3 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) -print __path__, __name__ -- 2.7.4