From 4bcd9e4530289dc273b3a8fd67bb7c0c529467d3 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 5 Dec 2014 23:17:05 -0600 Subject: [PATCH] Remove debug --- modules/helpers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/helpers.js b/modules/helpers.js index c7f6dc9..5964cdf 100644 --- a/modules/helpers.js +++ b/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) {