浏览代码

remove debug log

jomo 10 年之前
父节点
当前提交
e28451f8e7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/skins.js

+ 0 - 1
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);