diff options
author | BonfaceKilz | 2022-06-16 13:55:39 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-06-21 11:46:56 +0300 |
commit | c6d6b1b59531d44b514f97184160d4bb096b01b5 (patch) | |
tree | e45cf71dec6c286b0fa5f220c463bcfbb59ce7ef /wqflask/.coveragerc | |
parent | 42e7643d6bd2e3b26ca35a91c73bfd65e95bb386 (diff) | |
download | genenetwork2-c6d6b1b59531d44b514f97184160d4bb096b01b5.tar.gz |
wqflask: views: Delete noisy logging and dead code
- Remove commented out code-blocks
- Remove calls with this pattern:
logger.info("Sending ...")
logger.info(request.url)
Should you want to inspect the local context of an
environment when troubleshooting, set a
breakpoint() and inspect the environment. To view
everything in the local context, use "pp
locals()"; and to view everything in the global
context, use "pp globals()".
Diffstat (limited to 'wqflask/.coveragerc')
0 files changed, 0 insertions, 0 deletions