Remove debug print from memap IAR impl

pull/5246/head
Jimmy Brisson 2017-10-03 13:46:30 -05:00
parent 2291644a01
commit 0524ba40bd
1 changed files with 0 additions and 1 deletions

View File

@ -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)