mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
improve logging
This commit is contained in:
@@ -52,7 +52,6 @@ module.exports = function(req, callback) {
|
||||
|
||||
// strip dashes
|
||||
userId = userId.replace(/-/g, "");
|
||||
logging.debug(req.id, "userid:", userId);
|
||||
|
||||
try {
|
||||
helpers.get_avatar(req.id, userId, helm, size, function(err, status, image, hash) {
|
||||
|
||||
@@ -72,7 +72,6 @@ module.exports = function(req, callback) {
|
||||
|
||||
// strip dashes
|
||||
userId = userId.replace(/-/g, "");
|
||||
logging.debug(rid, "userId:", userId);
|
||||
|
||||
try {
|
||||
helpers.get_render(rid, userId, scale, helm, body, function(err, status, hash, image) {
|
||||
|
||||
@@ -50,7 +50,6 @@ module.exports = function(req, callback) {
|
||||
|
||||
// strip dashes
|
||||
userId = userId.replace(/-/g, "");
|
||||
logging.debug(rid, "userid:", userId);
|
||||
|
||||
try {
|
||||
helpers.get_skin(rid, userId, function(err, hash, status, image) {
|
||||
|
||||
Reference in New Issue
Block a user