don't print (now) useless debugging dumps

This commit is contained in:
Michael Becker 2025-01-06 18:59:47 -05:00
parent 78649bc72e
commit 985bc77a65

View File

@ -141,8 +141,8 @@ class MemoryLibraryManager (MochaLibraryManager):
key2 = templ['customTagName']
dump = yaml.safe_dump(templ)
print("dump for key '" + str(key2) + "'")
print(dump)
# print("dump for key '" + str(key2) + "'")
# print(dump)
templates_db[str(key2)] = dump
for r in self.library_reference_guids: