Skip to content

Commit

Permalink
Remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed Nov 22, 2023
1 parent 8bad275 commit 59a5484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cratedb_toolkit/testing/testcontainers/cratedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def start(self, **kwargs):
"""
Start testcontainer, used for tests set up
"""
logger.debug("Starting container % with args %", self.image, **kwargs)
self.cratedb = CrateDBContainer(image=self.image, **kwargs)
self.cratedb.start()
self.database = DatabaseAdapter(dburi=self.get_connection_url())
Expand Down

0 comments on commit 59a5484

Please sign in to comment.