This commit is contained in:
Nicolas Le Goff
2013-08-19 14:51:54 +02:00
parent ea2d99e8a5
commit e92c165564
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<link type="text/css" rel="stylesheet" href="../../../assets/qunit/qunit.css"/>
<script> $(document).ready(function(){
// disable annoying log messages for tests
// disable log messages in tests
console.log = function() {};
console.error = function() {};