Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iwashi committed Jul 22, 2016
1 parent edf9254 commit db74660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function normalizeGraph(arrayToDraw) {
// skip 1st row
if (i !== 0) {
for (let k = 1; k < row.length; k++) {
// arrayToDraw[i - 1][k];
if (row[k] === 0) {
row[k] = arrayToDraw[i - 1][k];
}
Expand Down

0 comments on commit db74660

Please sign in to comment.