diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-01-10 11:06:28 -0600 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-01-10 11:34:40 -0600 |
commit | 24201a34288b6d28c2153f6f9dc7f81bd50f8353 (patch) | |
tree | 53694b4d9bb42ca7ee92513afb4d02005dc81c56 | |
parent | 508d149959ed5cff55b0dd51fa01e82b02f8a908 (diff) | |
download | couchdb-24201a34288b6d28c2153f6f9dc7f81bd50f8353.tar.gz |
Remove debug logging from test/javascript/run
-rwxr-xr-x | test/javascript/run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/javascript/run b/test/javascript/run index 761fa456b..d60179e78 100755 --- a/test/javascript/run +++ b/test/javascript/run @@ -119,7 +119,6 @@ def write_junit(filename, total_time, results): doc.appendChild(root) for (path, rc, output, test_time) in results: - sys.stderr.write("WHUT? %r\n" % output) name = os.path.split(path)[-1] tc = doc.createElement("testcase") tc.setAttribute("name", name) |