Skip to content

Commit 103168d

Browse files
committed
remove debugging line
1 parent 9474faa commit 103168d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testcontainers/core/docker_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def port(self, container_id, port):
4242

4343
def bridge_ip(self, container_id):
4444
container = self.client.api.containers(filters={'id': container_id})[0]
45-
print(container['NetworkSettings']['Networks']['bridge'])
4645
return container['NetworkSettings']['Networks']['bridge']['IPAddress']
4746

4847
def host(self):

0 commit comments

Comments
 (0)