Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 28, 2016
1 parent 7f4a948 commit 1b6a91d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -85,10 +85,6 @@ def run_tests(self):
scriptfile.write(script)
scriptfile.close()

print("=== temprunner script ===")
print(script)
print("=== temprunner script ===")

import subprocess
process = subprocess.Popen([sys.executable, filename])
rc = process.wait()
Expand Down

0 comments on commit 1b6a91d

Please sign in to comment.