From: Jakub Pawlowicz Date: Fri, 26 Sep 2014 14:58:11 +0000 (+0100) Subject: Removes duplicate stats statement. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=39025be97174f0a6e1d3ebc768740de4170271a5;p=clean-css.git Removes duplicate stats statement. --- diff --git a/lib/clean.js b/lib/clean.js index 743fa033..ae15391d 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -74,11 +74,6 @@ function minify(data, callback) { var freeTextProcessor = new FreeTextProcessor(); var urlsProcessor = new UrlsProcessor(); - if (options.debug) { - this.startedAt = process.hrtime(); - this.stats.originalSize = data.length; - } - var replace = function() { if (typeof arguments[0] == 'function') arguments[0]();