Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Livingston committed Oct 26, 2017
1 parent 762e9d3 commit ebf830a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pex/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

import contextlib
import logging
import os
import random
import subprocess
Expand All @@ -20,7 +19,6 @@
from .util import DistributionHelper, named_temporary_file


log = logging.getLogger(__name__)

@contextlib.contextmanager
def temporary_dir():
Expand Down Expand Up @@ -288,8 +286,7 @@ def bootstrap_python_installer():
if not os.path.exists(install_location):
p = subprocess.Popen(["git", "clone", 'https://github.com/pyenv/pyenv.git', install_location],
stdout=subprocess.PIPE)
log.info("LOGGING SUBPROCESS: %s" % p.communicate())

print(p.communicate())

def ensure_python_interpreter(version):
bootstrap_python_installer()
Expand Down

0 comments on commit ebf830a

Please sign in to comment.