mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2026-09-15 17:22:32 +00:00
Remove debug code
This commit is contained in:
@@ -126,10 +126,6 @@ bool RowData::push_annotation(Annotation *a)
|
||||
_min_annotation = a->end_sample() - a->start_sample();
|
||||
}
|
||||
else{
|
||||
if (a->end_sample() - a->start_sample() == 2){
|
||||
int bbb = 0;
|
||||
bbb++;
|
||||
}
|
||||
_min_annotation = min(_min_annotation, a->end_sample() - a->start_sample());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user