Skip to content

Commit

Permalink
Remove an old print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jun 7, 2013
1 parent 3d44dc9 commit bb5ecf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tahrir_api/scripts/initializedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def main(argv=sys.argv):
config_name = 'config:%s' % path
here_dir = os.getcwd()
settings = appconfig(config_name, name=section, relative_to=here_dir)
import pprint
pprint.pprint(settings)
engine = engine_from_config(settings, 'sqlalchemy.')
DBSession.configure(bind=engine)
DeclarativeBase.metadata.create_all(engine)
Expand Down

0 comments on commit bb5ecf9

Please sign in to comment.