improve logging

This commit is contained in:
jomo
2015-04-22 00:26:10 +02:00
parent 7ca43e3cd9
commit 3cdcccde57
4 changed files with 3 additions and 6 deletions

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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) {