diff --git a/app/db_setup.py b/app/db_setup.py index c5cf453..9db119e 100644 --- a/app/db_setup.py +++ b/app/db_setup.py @@ -82,7 +82,6 @@ def setup_pg(): conn.commit() print("Committed!") - print("i have change") return None