diff --git a/DSView/pv/data/decode/rowdata.cpp b/DSView/pv/data/decode/rowdata.cpp index 11544624..dc4d0a02 100644 --- a/DSView/pv/data/decode/rowdata.cpp +++ b/DSView/pv/data/decode/rowdata.cpp @@ -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()); } }