remove debug log

This commit is contained in:
jomo 2015-04-06 03:07:29 +02:00
parent b84a65fd8e
commit e28451f8e7

View File

@ -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);