1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Remove spurious printf

This commit is contained in:
Peter Evans 2018-02-20 15:55:40 -06:00
parent 1091ec6e2a
commit 8706a81d1f

View File

@ -114,7 +114,6 @@ Test(apple2_dd, shift)
cr_assert_eq(drive->track_pos, 0);
// this should be the mod of sector_pos and MAX_SECTOR_POS
printf("it's %d\n", drive->sector_pos);
cr_assert_eq(drive->sector_pos, 0);
}