Skip to content

Commit 93b80a0

Browse files
Remove debug code
1 parent 83bd5c0 commit 93b80a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DSView/pv/data/decode/rowdata.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ bool RowData::push_annotation(Annotation *a)
126126
_min_annotation = a->end_sample() - a->start_sample();
127127
}
128128
else{
129-
if (a->end_sample() - a->start_sample() == 2){
130-
int bbb = 0;
131-
bbb++;
132-
}
133129
_min_annotation = min(_min_annotation, a->end_sample() - a->start_sample());
134130
}
135131
}

0 commit comments

Comments
 (0)