apple/dbdma.h: Remove debug print. [R. Belmont]

This commit is contained in:
arbee 2023-05-18 22:00:45 -04:00
parent 1c49eeef43
commit e2cdd21d68

View File

@ -16,7 +16,6 @@ public:
dbdma_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock, address_space *space)
: dbdma_device(mconfig, tag, owner, clock)
{
printf("dbdma: setting space %p\n", space);
set_address_space(space);
}