Skip to content

Commit

Permalink
more cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Apr 2, 2024
1 parent 5a2185c commit 79971e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ def __init__(self, config={}):

self.replay = None
self.setup_database()
#self.dbconn = self.setup_database()
#if self.dbconn:
# self.dbcursor = self.dbconn.cursor()
#else:
# self.dbcursor = None
self.add_to_logs({"step_type":"matrix_init","data":config})
self.agent_locks = { agent: threading.Lock() for agent in self.agents }
self.environment = Environment({ "filename": self.environment_file })
Expand Down

0 comments on commit 79971e9

Please sign in to comment.