about summary refs log tree commit diff
path: root/wqflask/utility
diff options
context:
space:
mode:
authorBonfaceKilz2022-06-16 13:55:39 +0300
committerBonfaceKilz2022-06-21 11:46:56 +0300
commitc6d6b1b59531d44b514f97184160d4bb096b01b5 (patch)
treee45cf71dec6c286b0fa5f220c463bcfbb59ce7ef /wqflask/utility
parent42e7643d6bd2e3b26ca35a91c73bfd65e95bb386 (diff)
downloadgenenetwork2-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/utility')
0 files changed, 0 insertions, 0 deletions