Browse Source

Remove debug

Jake 10 năm trước cách đây
mục cha
commit
4bcd9e4530
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      modules/helpers.js

+ 0 - 1
modules/helpers.js

@@ -186,7 +186,6 @@ exp.get_render = function(uuid, scale, helm, body, callback) {
       return;
     }
     renders.draw_model(uuid, img, scale, helm, body, function(err, img) {
-      console.log("thing" + img);
       if (err) {
         callback(err, -1, hash, null);
       } else if (!img) {