Skip to content

Commit

Permalink
removing log from datacontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jprctr committed Oct 5, 2018
1 parent cda0d26 commit c00995d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/datacontainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class DataContainer {
if (sequenceReads[d[1]]) {
sequenceReads[d[1]] += d[2];
} else {
if (sequenceReads[d[1]] !== undefined) {
console.log(sequenceReads[d[1]])
}
sequenceReads[d[1]] = d[2];
}
});
Expand Down

0 comments on commit c00995d

Please sign in to comment.