move debugging output to common code
[fw/stlink] / src / stlink-sg.c
index 63640e60aba121e8ed84aaab5a7729605eea5483..86238be22dcf52111ff9ca99f3f3a436ec577511 100644 (file)
@@ -421,9 +421,6 @@ void _stlink_sg_core_id(stlink_t *sl) {
     sg->q_addr = 0;
     stlink_q(sl);
     sl->core_id = read_uint32(sl->q_buf, 0);
-    if (sl->verbose < 2)
-        return;
-    stlink_print_data(sl);
 }
 
 // Arm-core reset -> halted state.