Skip to content

Commit c4217f9

Browse files
authored
Remove debugging statement
1 parent 1dd6192 commit c4217f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/acquisition/covidcast/database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class Database:
6969

7070
def connect(self, connector_impl=mysql.connector):
7171
"""Establish a connection to the database."""
72-
print(secrets.db.host, secrets.db.epi)
7372
u, p = secrets.db.epi
7473
self._connector_impl = connector_impl
7574
self._connection = self._connector_impl.connect(

0 commit comments

Comments
 (0)