mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Remove render type debug
This commit is contained in:
parent
1b4069bade
commit
14df0f8eb7
@ -190,7 +190,6 @@ exp.get_render = function(uuid, scale, helm, body, callback) {
|
||||
callback(err, -1, hash, null);
|
||||
return;
|
||||
}
|
||||
logging.debug("TYPE: " + get_type(helm, body));
|
||||
var renderpath = __dirname + "/../" + config.renders_dir + hash + "-" + scale + "-" + get_type(helm, body) + ".png";
|
||||
if (fs.existsSync(renderpath)) {
|
||||
renders.open_render(renderpath, function(err, img) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user