From 1de48d21c79bae2dd240f67c6d6a8254bf08a189 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 13 Dec 2011 20:36:35 +0100 Subject: [PATCH] Remove log. --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) 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'