From 32fcb771caceb1bcedba25ea3344a27718cb406b Mon Sep 17 00:00:00 2001 From: Jarda Kotesovec Date: Wed, 17 Feb 2016 10:25:00 +0100 Subject: [PATCH] clone clean up --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index e74161a0..583b84a3 100644 --- a/index.js +++ b/index.js @@ -884,7 +884,6 @@ Sharp.prototype.clone = function() { // Clone existing options var clone = new Sharp(); util._extend(clone.options, this.options); - clone.streamIn = false; // Pass 'finish' event to clone for Stream-based input this.on('finish', function() { // Clone inherits input data