From 9cecbfa33ad2a30390fab8cf79613c9774bcd24c Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 26 Jun 2020 22:16:56 -0300 Subject: [PATCH] Remove extraneous logging lines --- src/mem/spd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mem/spd.c b/src/mem/spd.c index 2b6559c42..f65417f9f 100644 --- a/src/mem/spd.c +++ b/src/mem/spd.c @@ -443,11 +443,8 @@ spd_write_drbs(uint8_t *regs, uint8_t reg_min, uint8_t reg_max, uint8_t drb_unit /* Determine the DRB register to write. */ drb = reg_min + row; - - spd_log("want drb reg %02x", drb); if ((apollo) && ((drb & 0xf) < 0xa)) drb = apollo + (drb & 0xf); - spd_log(" got %02x\n", drb); /* Write DRB register, adding the previous DRB's value. */ if (row == 0)