Преглед на файлове

remove useless newline log

jomo преди 10 години
родител
ревизия
2d38bd20cb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      modules/helpers.js

+ 1 - 1
modules/helpers.js

@@ -131,7 +131,7 @@ exp.get_image_hash = function(uuid, callback) {
 // image is the user's face+helm when helm is true, or the face otherwise
 // image is the user's face+helm when helm is true, or the face otherwise
 // for status, see get_image_hash
 // for status, see get_image_hash
 exp.get_avatar = function(uuid, helm, size, callback) {
 exp.get_avatar = function(uuid, helm, size, callback) {
-  logging.log("\nrequest: " + uuid);
+  logging.log("request: " + uuid);
   exp.get_image_hash(uuid, function(err, status, hash) {
   exp.get_image_hash(uuid, function(err, status, hash) {
     if (hash) {
     if (hash) {
       var facepath = __dirname + "/../" + config.faces_dir + hash + ".png";
       var facepath = __dirname + "/../" + config.faces_dir + hash + ".png";