This is an automated email from the ASF dual-hosted git repository.
davisp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 24201a3 Remove debug logging from test/javascript/run
24201a3 is described below
commit 24201a34288b6d28c2153f6f9dc7f81bd50f8353
Author: Paul J. Davis <[email protected]>
AuthorDate: Fri Jan 10 11:06:28 2020 -0600
Remove debug logging from test/javascript/run
---
test/javascript/run | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/javascript/run b/test/javascript/run
index 761fa45..d60179e 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)