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 = {