mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-30 06:29:48 +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);
|
||||
|
||||
// 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user