Cleaned and improved some event stuff
This commit is contained in:
@@ -106,8 +106,6 @@ func build(
|
||||
# Merge with our dictionary
|
||||
dict.merge(subDict)
|
||||
|
||||
print("Trans context before key prepend: ", dict)
|
||||
|
||||
if key != "":
|
||||
# Now prepend the parent key to all keys in the dictionary
|
||||
var newDict:Dictionary[String, String] = {}
|
||||
|
Reference in New Issue
Block a user