Removed log messages from spec runner.

This commit is contained in:
Patrick McElhaney 2012-03-19 17:05:51 -03:00
parent af20af8524
commit 181f4e286a

View File

@ -45,8 +45,6 @@
http.onreadystatechange = function() {
if(http.readyState === http.DONE) {
console.log(http);
console.log(http.getResponseHeader('Last-Modified'));
callback(http.getResponseHeader('Last-Modified'));
}
};