removed comment from directives.js

This commit is contained in:
cubedro 2015-04-23 17:12:14 +03:00
parent 07d0574b4d
commit 073fe17a4d

View File

@ -125,7 +125,6 @@ angular.module('netStatsApp.directives', []).
// Adjust y axis
y.domain([0, d3.max(data, function(d) { return d.y; })]);
// y.domain([0, 1]);
// Delete previous histogram
element.empty();