Removed log messages from spec runner.
This commit is contained in:
parent
af20af8524
commit
181f4e286a
@ -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'));
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user