2
0
forked from Ivasoft/DSView

Remove debug code

This commit is contained in:
dreamsourcelabTAI
2023-07-14 21:00:14 +08:00
parent 83bd5c0125
commit 93b80a0777

View File

@@ -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());
}
}