Skip to content

Commit

Permalink
LogEntries: Do not store references to owner's owner (#2819)
Browse files Browse the repository at this point in the history
Not used anywhere

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Oct 19, 2023
1 parent c283c58 commit 1c74859
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psyneulink/core/globals/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,6 @@ def __init__(self, owner):

# Log to which this dict belongs
self._ownerLog = owner
# Object to which the log belongs
self._owner = owner.owner

# # VERSION THAT USES OWNER'S logPref TO LIST ENTRIES TO BE RECORDED
# # List of entries (in owner's logPrefs) of entries to record
Expand Down

0 comments on commit 1c74859

Please sign in to comment.