diff options
Diffstat (limited to 'portato/backend/__init__.py')
-rw-r--r-- | portato/backend/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/portato/backend/__init__.py b/portato/backend/__init__.py index 26585c6..003feb7 100644 --- a/portato/backend/__init__.py +++ b/portato/backend/__init__.py @@ -57,8 +57,6 @@ def load_system (): if SYSTEM == "portage": debug("Setting Portage System") - from traceback import print_stack - print_stack() from .portage import PortageSystem _sys = PortageSystem () elif SYSTEM == "catapult": |