Merge pull request #5246 from theotherjimmy/no-print-memap

Remove debug print from memap IAR impl
pull/5352/head
Martin Kojtal 2017-10-19 16:43:23 +01:00 committed by GitHub
commit 57439f48aa
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)