Skip to content

Commit

Permalink
Remove unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 26, 2024
1 parent ecfee79 commit 0480cbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/valis/db/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ def connect_db(db, orm: str = 'peewee'):

return db

# local local dev
# pdb.connect_from_parameters(dbname='sdss5db', host='localhost', port=6000, user='u0857802')

def get_pw_db():
""" Dependency to connect a database with peewee """

Expand Down

0 comments on commit 0480cbd

Please sign in to comment.