Removes duplicate stats statement.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 26 Sep 2014 14:58:11 +0000 (15:58 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 10 Oct 2014 20:22:44 +0000 (21:22 +0100)
lib/clean.js

index 743fa03..ae15391 100644 (file)
@@ -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]();