diff --git a/drivers/zero.c b/drivers/zero.c index c416c8f..4a830f3 100644 --- a/drivers/zero.c +++ b/drivers/zero.c @@ -52,9 +52,6 @@ static struct mappedRessourceOps zeroOps = { int zeroOnMapped(struct uAddrVirtualReg *vreg) { (void)vreg; - - printf("ZERO MAPPED !!\n"); - return 0; }