Clone of official tools

Revision:
41:2a77626a4c21
Parent:
40:7d3fa6b99b2b
Child:
43:2a7da56ebd24
--- a/memap.py	Tue Oct 10 16:56:30 2017 -0500
+++ b/memap.py	Wed Oct 25 14:46:50 2017 -0500
@@ -469,7 +469,6 @@
                 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)