Commit 2fd45a72 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

cleaning up

parent b51138e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -224,7 +224,6 @@ FnordMetric.views.sessionView = (function(){
  }

  function sortSessions(){
    console.log("fixpaul: sort and splice to 100");
  }

  function renderSession(session_data){
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@ FnordMetric.widgets.toplistWidget = function(){

  function announce(evt){

    console.log(evt);
    if((evt.widget_key == opts.widget_key) && ((evt.class == "widget_response") && (evt.cmd == "values_for")))
        renderGauge(evt.gauge, evt);

+0 −1
Original line number Diff line number Diff line
@@ -2002,7 +2002,6 @@ Rickshaw.Graph.Renderer.Line = Rickshaw.Class.create( Rickshaw.Graph.Renderer, {
      .attr("d", this.seriesPathFactory());

    if(fm_opts.draw_points){
      console.log("FIXPAUL: timeseries widget -° draw points!");
    }

    var i = 0;