diff --git a/src/main/webapp/scripts/project/history-widget.js b/src/main/webapp/scripts/project/history-widget.js index 3bdfb09d9..e65faa11f 100644 --- a/src/main/webapp/scripts/project/history-widget.js +++ b/src/main/webapp/scripts/project/history-widget.js @@ -93,7 +93,7 @@ HistoryWidget.prototype._onClickHistoryEntry = function(evt, entry, lastDoneID) }; HistoryWidget.prototype._extractOperations = function() { - var self = this;console.log("here"); + var self = this; $.getJSON( "/command/get-operations?" + $.param({ project: theProject.id }), null,