Skip to content

Commit a1f93e4

Browse files
committed
v.0.8.2
1 parent ce82a75 commit a1f93e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/bigtrace/animation/AnimationPanel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ void sortListModel()
407407
timeNindex [i][1] = i;
408408
}
409409
Arrays.sort(timeNindex, (a, b) -> Float.compare(a[0], b[0]));
410-
System.out.print( true );
411410
final ArrayList<KeyFrame> storeKF = new ArrayList<>(listModel.size());
412411
for(int i = 0; i < listModel.size(); i++)
413412
{

0 commit comments

Comments
 (0)