mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-02 09:29:58 +00:00
Remove spurious printf
This commit is contained in:
parent
1091ec6e2a
commit
8706a81d1f
@ -114,7 +114,6 @@ Test(apple2_dd, shift)
|
|||||||
cr_assert_eq(drive->track_pos, 0);
|
cr_assert_eq(drive->track_pos, 0);
|
||||||
|
|
||||||
// this should be the mod of sector_pos and MAX_SECTOR_POS
|
// 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);
|
cr_assert_eq(drive->sector_pos, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user