From e28451f8e730e372242bb325c5899f6f2291a881 Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 6 Apr 2015 03:07:29 +0200 Subject: [PATCH] remove debug log --- lib/skins.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/skins.js b/lib/skins.js index bbf1e40..3394bee 100644 --- a/lib/skins.js +++ b/lib/skins.js @@ -123,7 +123,6 @@ exp.open_skin = function(rid, skinpath, callback) { // write the image +buffer+ to the +outpath+ file // callback: error exp.save_image = function(buffer, outpath, callback) { - logging.error("outpath:" + outpath); lwip.open(buffer, "png", function(err, image) { if (err) { callback(err);