From db2f4034178110f7a7547abd54a48f0b9110f4dd Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 20 Dec 2018 19:35:40 +0100 Subject: [PATCH] sam4l: Remove noisy debug message. --- src/target/sam4l.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/target/sam4l.c b/src/target/sam4l.c index 54bcc52d..1db37ba3 100644 --- a/src/target/sam4l.c +++ b/src/target/sam4l.c @@ -223,7 +223,6 @@ bool sam4l_probe(target *t) { size_t ram_size, flash_size; - DEBUG("\nSAM4L: Probe function called\n"); t->idcode = target_mem_read32(t, SAM4L_CHIPID_CIDR); if (((t->idcode >> CHIPID_CIDR_ARCH_SHIFT) & CHIPID_CIDR_ARCH_MASK) == SAM4L_ARCH) { t->driver = "Atmel SAM4L";