mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
Remove render type debug
This commit is contained in:
@@ -190,7 +190,6 @@ exp.get_render = function(uuid, scale, helm, body, callback) {
|
|||||||
callback(err, -1, hash, null);
|
callback(err, -1, hash, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
logging.debug("TYPE: " + get_type(helm, body));
|
|
||||||
var renderpath = __dirname + "/../" + config.renders_dir + hash + "-" + scale + "-" + get_type(helm, body) + ".png";
|
var renderpath = __dirname + "/../" + config.renders_dir + hash + "-" + scale + "-" + get_type(helm, body) + ".png";
|
||||||
if (fs.existsSync(renderpath)) {
|
if (fs.existsSync(renderpath)) {
|
||||||
renders.open_render(renderpath, function(err, img) {
|
renders.open_render(renderpath, function(err, img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user