Skip to content

Commit

Permalink
Remove useless and noisy logging about backbone reads saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed May 19, 2017
1 parent 15ac117 commit 42419ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bogart/AS_BAT_CreateUnitigs.C
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,6 @@ stripNonBackboneFromStart(TigVector &unitigs, Unitig *tig, bool isFirst) {

while (ii < tig->ufpath.size()) { // and copy to a new vector.
ufpath.push_back(tig->ufpath[ii]);
writeLog("SAVE unitig %u %s read %u IS backbone.\n",
tig->id(),
isFirst ? "first" : "last ",
tig->ufpath[ii].ident);
ii++;
}

Expand Down

0 comments on commit 42419ba

Please sign in to comment.