don't print (now) useless debugging dumps
This commit is contained in:
parent
78649bc72e
commit
985bc77a65
@ -141,8 +141,8 @@ class MemoryLibraryManager (MochaLibraryManager):
|
|||||||
key2 = templ['customTagName']
|
key2 = templ['customTagName']
|
||||||
|
|
||||||
dump = yaml.safe_dump(templ)
|
dump = yaml.safe_dump(templ)
|
||||||
print("dump for key '" + str(key2) + "'")
|
# print("dump for key '" + str(key2) + "'")
|
||||||
print(dump)
|
# print(dump)
|
||||||
templates_db[str(key2)] = dump
|
templates_db[str(key2)] = dump
|
||||||
|
|
||||||
for r in self.library_reference_guids:
|
for r in self.library_reference_guids:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user