diff --git a/4chan_x.user.js b/4chan_x.user.js index 9030a0db3..cdb41cb95 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2037,7 +2037,6 @@ and won't load images and scripts when parsing the response. */ updater.lastModified = this.getResponseHeader('Last-Modified'); - console.log(this.status); if (this.status === 304) { if (conf['Verbose']) { updater.count.textContent = '+0'; diff --git a/script.coffee b/script.coffee index 7139f1161..7519c0dcc 100644 --- a/script.coffee +++ b/script.coffee @@ -1628,7 +1628,6 @@ updater = and won't load images and scripts when parsing the response. ### updater.lastModified = @getResponseHeader('Last-Modified') - console.log @status if @status is 304 if conf['Verbose'] updater.count.textContent = '+0'