Skip to content

Commit 4ba8595

Browse files
committed
Dummy
1 parent b268ce8 commit 4ba8595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

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

0 commit comments

Comments
 (0)