diff options
author | Alan Kligman <alan.kligman@gmail.com> | 2012-12-19 15:10:21 -0500 |
---|---|---|
committer | Alan Kligman <alan.kligman@gmail.com> | 2012-12-19 18:06:48 -0500 |
commit | 5eb806577f88f11a4e587eb4936b5329358dc367 (patch) | |
tree | cf5f7e6f338b87e6b006c6d684a1837f9f9920dc /tests | |
parent | 0d0e5aff3f8e7831f7baba1716ead621d0c6941d (diff) |
Removed a debug print message.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 9fb27dcb..54b69724 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -62,7 +62,6 @@ def path_from_root(*pathelems): sys.path += [path_from_root(''), path_from_root('third_party/websockify')] import tools.shared from tools.shared import * -print(PYTHON) # Sanity check for config |