mirror of https://github.com/ARMmbed/mbed-os.git
Remove debug print from memap IAR impl
parent
2291644a01
commit
0524ba40bd
|
@ -469,7 +469,6 @@ class MemapParser(object):
|
|||
object_name = self.check_new_object_lib_iar(line)
|
||||
|
||||
if object_name and current_library:
|
||||
print("Replacing module", object_name, current_library)
|
||||
temp = '[lib]' + '/'+ current_library + '/'+ object_name
|
||||
self.module_replace(object_name, temp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue