This commit is contained in:
Thomas Aylott
2013-11-06 15:30:52 -05:00
parent 1368b29596
commit 159d64ddd3
-1
View File
@@ -26,7 +26,6 @@ console.warn = function(message){
if (typeof jasmine.getJSReport != 'function') return setTimeout(report, 100);
postDataToURL(JSON.stringify(jasmine.getJSReport()), '/reportTestResults', function(error, event){
if (error) return console.error(error);
console.log(event);
});
}