Remove debugging statement

rtd2
Andrew Brookins 2012-04-03 10:45:40 -07:00
parent 94cb1a339c
commit 3293e2f939
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@
BuildListUpdater.prototype = new BuildUpdater();
BuildListUpdater.prototype.render = function(data) {
console.log(data);
var _this = this;
data['success'] = data['success'] ? "Passed" : "Failed";