1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/8d1530139e75/ Changeset: 8d1530139e75 User: hol...@merlinux.eu Date: 2013-08-21 13:58:44 Summary: fix prints Affected #: 1 file
diff -r 714d84b76856a23f7b4967903130b95cd973475a -r 8d1530139e75b6e417620b0f44c6f8ca0820aab9 tox/interpreters.py --- a/tox/interpreters.py +++ b/tox/interpreters.py @@ -20,7 +20,6 @@ return self.name2executable[name] except KeyError: self.name2executable[name] = e = find_executable(name) - print ("executable for %s is %s" %(name, e)) return e def get_info(self, name=None, executable=None): @@ -32,7 +31,6 @@ executable = self.get_executable(name) if not executable: return NoInterpreterInfo(name=name) - print ("get info for %s" % executable) try: return self.executable2info[executable] except KeyError: Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit