python: Remove debug print

This commit is contained in:
Philippe Normand 2018-10-28 11:05:38 +00:00
parent ee7c2d07b8
commit 3e79fc7626

View file

@ -26,4 +26,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
print __path__, __name__