소스 검색

Remove debug

Jake 11 년 전
부모
커밋
4bcd9e4530
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) {