From 39025be97174f0a6e1d3ebc768740de4170271a5 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Fri, 26 Sep 2014 15:58:11 +0100 Subject: [PATCH] Removes duplicate stats statement. --- lib/clean.js | 5 ----- 1 file changed, 5 deletions(-) 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](); -- 2.34.1