From ad16c6c6f5f188defae0fc5b02546dc146daf114 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Wed, 19 Dec 2012 19:41:08 +0200 Subject: [PATCH] Minor fix. --- .../lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js index ccb8411e90..e69fa0e5bd 100644 --- a/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js +++ b/common/lib/xmodule/xmodule/js/src/graphical_slider_tool/graph.js @@ -9,8 +9,6 @@ define('Graph', ['logme'], function (logme) { function Graph(gstId, config, state) { var plotDiv, dataSeries, functions, xaxis, yaxis, numPoints, xrange; - logme(config); - // We need plot configuration settings. Without them we can't continue. if ($.isPlainObject(config.plot) === false) { return; @@ -431,8 +429,6 @@ define('Graph', ['logme'], function (logme) { // will break. funcString = $('
').html(funcString).text(); - logme('graph: funcstr = "' + funcString + '"'); - // Some defaults. If no options are set for the graph, we will // make sure that at least a line is drawn for a function. newFunctionObject = {