Remove log.
This commit is contained in:
parent
0a6e01accd
commit
1de48d21c7
@ -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';
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user