Remove some comments [skip ci]

This commit is contained in:
James Cole
2017-12-12 20:53:40 +01:00
parent bad889d450
commit 44496707fb

View File

@@ -34,8 +34,6 @@ $(function () {
function drawChart() { function drawChart() {
"use strict"; "use strict";
// month view:
// draw account chart
// month view: // month view:
doubleYChart(mainUri, 'in-out-chart'); doubleYChart(mainUri, 'in-out-chart');
} }