From b1afd12bd59b38f0ea0a8bf66319b4ffbbc5864b Mon Sep 17 00:00:00 2001 From: David Huynh Date: Wed, 17 Feb 2010 01:31:28 +0000 Subject: [PATCH] Forgot a console.log(). git-svn-id: http://google-refine.googlecode.com/svn/trunk@100 7d457c2a-affb-35e4-300a-418c747d4874 --- src/main/webapp/scripts/project/history-widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,