diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-15 09:00:39 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-15 09:00:39 +0000 |
commit | e5d58ede60c633e6d0da484eb513726465a3eed6 (patch) | |
tree | 882eec2703b930d55ff548d7bf96e91cc79ecb7b /share/www | |
parent | f815fc6cca11d6119a5cb788821957cdcba1a567 (diff) |
Oops, removed debugging leftovers from r734633.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/couch_test_runner.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/www/script/couch_test_runner.js b/share/www/script/couch_test_runner.js index a454a835..09ba6f4d 100644 --- a/share/www/script/couch_test_runner.js +++ b/share/www/script/couch_test_runner.js @@ -137,9 +137,7 @@ function updateTestsListing() { function updateTestsFooter() { var tests = $("#tests tbody.content tr td.status"); - console.log(tests); var testsRun = tests.filter(".success, .error, .failure"); - console.log(testsRun) var testsFailed = testsRun.not(".success"); $("#tests tbody.footer td").text(testsRun.length + " of " + tests.length + " test(s) run, " + testsFailed.length + " failures"); |