Skip to content

Commit b1a475f

Browse files
Revert "temp debug"
This reverts commit f31ea3b.
1 parent 8ed68c3 commit b1a475f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/relations/database_requires.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __init__(self, *, interface: data_interfaces.DatabaseRequires, event) -> Non
8484
endpoints = databag["endpoints"].split(",")
8585
assert len(endpoints) == 1
8686
endpoint = endpoints[0]
87-
logger.warning(f"FOOBAR: {endpoint}")
8887
self.host = endpoint.split(":")[0]
8988
self.port = endpoint.split(":")[1]
9089
self.username = databag["username"]

0 commit comments

Comments
 (0)