Remove log.

This commit is contained in:
Nicolas Stepien 2011-12-13 20:36:35 +01:00
parent 0a6e01accd
commit 1de48d21c7
2 changed files with 0 additions and 2 deletions

View File

@ -2037,7 +2037,6 @@
and won't load images and scripts when parsing the response. and won't load images and scripts when parsing the response.
*/ */
updater.lastModified = this.getResponseHeader('Last-Modified'); updater.lastModified = this.getResponseHeader('Last-Modified');
console.log(this.status);
if (this.status === 304) { if (this.status === 304) {
if (conf['Verbose']) { if (conf['Verbose']) {
updater.count.textContent = '+0'; updater.count.textContent = '+0';

View File

@ -1628,7 +1628,6 @@ updater =
and won't load images and scripts when parsing the response. and won't load images and scripts when parsing the response.
### ###
updater.lastModified = @getResponseHeader('Last-Modified') updater.lastModified = @getResponseHeader('Last-Modified')
console.log @status
if @status is 304 if @status is 304
if conf['Verbose'] if conf['Verbose']
updater.count.textContent = '+0' updater.count.textContent = '+0'