Revision a93f2d64

b/snf-astakos-app/astakos/im/static/im/js/usage.js
41 41

  
42 42

  
43 43
DO_LOG = false
44

  
45 44
LOG = DO_LOG ? _.bind(console.log, console) : function() {};
46 45
WARN = DO_LOG ? _.bind(console.warn, console) : function() {};
47 46

  
......
189 188
    qdata = {'curr': value, 'max': limit, 'perc': percentage, 'cls': cls,
190 189
             'label_left': label_left, 'label_color': label_col}
191 190
    _.extend(qdata, resource);
192
    console.log(resource_name, value, resource);
193 191
    return qdata
194 192
  },
195 193

  

Also available in: Unified diff