mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
remove debug log
This commit is contained in:
parent
b84a65fd8e
commit
e28451f8e7
@ -123,7 +123,6 @@ exp.open_skin = function(rid, skinpath, callback) {
|
|||||||
// write the image +buffer+ to the +outpath+ file
|
// write the image +buffer+ to the +outpath+ file
|
||||||
// callback: error
|
// callback: error
|
||||||
exp.save_image = function(buffer, outpath, callback) {
|
exp.save_image = function(buffer, outpath, callback) {
|
||||||
logging.error("outpath:" + outpath);
|
|
||||||
lwip.open(buffer, "png", function(err, image) {
|
lwip.open(buffer, "png", function(err, image) {
|
||||||
if (err) {
|
if (err) {
|
||||||
callback(err);
|
callback(err);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user