Skip to content

Commit 53010ec

Browse files
committed
Update run.py
1 parent cd60b07 commit 53010ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
Minify(app=app, html=True, js=False, cssless=False)
3333

3434
if DEBUG:
35-
app.logger.info('DEBUG = ' + str(DEBUG) )
36-
app.logger.info('FLASK_ENV = ' + os.getenv('FLASK_ENV') )
35+
app.logger.info('DEBUG = ' + str(DEBUG) )
3736
app.logger.info('Page Compression = ' + 'FALSE' if DEBUG else 'TRUE' )
3837
app.logger.info('DBMS = ' + app_config.SQLALCHEMY_DATABASE_URI)
39-
app.logger.info('ASSETS_ROOT = ' + app_config.ASSETS_ROOT )
4038

4139
if __name__ == "__main__":
4240
app.run()

0 commit comments

Comments
 (0)