Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Removed debug console calls from testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Jul 11, 2013
1 parent 92ccd0d commit b46e1f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ var quailTest = {
},

confirmIsTag : function(tag) {
console.log(quailTest.results);
if(typeof quailTest.results[quailTest.testName][0] === 'undefined') {
return false;
}
Expand Down
1 change: 0 additions & 1 deletion test/testfiles/oac/98-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<script id="qunit-script">
test('documentAbbrIsUsed', function() {
quailTest.runTest( 'documentAbbrIsUsed', '98-2.html');
console.log(quailTest.results.documentAbbrIsUsed);
equal(true, quailTest.confirmIsEmpty(), 'Results are empty');
});
</script>
Expand Down

0 comments on commit b46e1f2

Please sign in to comment.