remove unnecessary code

v1.18.x
Barış Soner Uşaklı 7 years ago
parent ae0f1847ae
commit 75e2ab8957

@ -78,9 +78,6 @@ image.resizeImage = function (data, callback) {
if (data.quality) {
image.quality(data.quality);
}
next(null, image);
},
function (image, next) {
image.write(data.target || data.path, next);
},
], function (err) {

Loading…
Cancel
Save