removing debug statement

This commit is contained in:
Jason White 2017-01-09 14:04:48 -05:00
parent 4e9b30d7f6
commit 2688c8ee77

View File

@ -110,7 +110,6 @@ define(['jquery',
}, },
onSuccessResponse: function(data) { onSuccessResponse: function(data) {
console.log(data);
this.renderFeedback(data.feedback); this.renderFeedback(data.feedback);
this.renderOutput(data.output || ""); this.renderOutput(data.output || "");