0

Remove errant console.log()

This commit is contained in:
Thomas Lake
2012-05-25 19:12:23 +01:00
parent 9e8f933956
commit 0a90f0f896

View File

@@ -148,7 +148,6 @@ overviewer.views.ProgressView = Backbone.View.extend({
updateProgress: function() {
e = this;
$.getJSON('progress.json', null, function(d){
console.log(d);
if (!(d == null||d=='')) {
e.el.hidden = false;
e.el.innerHTML = d['message'];