mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
welp..fix
This commit is contained in:
@@ -45,12 +45,9 @@ module.exports = function(req, res) {
|
||||
userId = userId.replace(/-/g, "");
|
||||
logging.log(rid + "userid: " + userId);
|
||||
|
||||
console.log("THIS WAS CALLED")
|
||||
|
||||
try {
|
||||
console.log("TRIED")
|
||||
helpers.get_avatar(rid, userId, helm, size, function(err, status, image, hash) {
|
||||
console.log("I DID RUN COVERALLS!!")
|
||||
logging.log(rid + "storage type: " + human_status[status]);
|
||||
if (err) {
|
||||
logging.error(rid + err);
|
||||
@@ -76,7 +73,6 @@ module.exports = function(req, res) {
|
||||
}
|
||||
});
|
||||
} catch(e) {
|
||||
console.log("FAILED")
|
||||
logging.error(rid + "error: " + e.stack);
|
||||
handle_default(rid, 500, -1, userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user