orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
297 stars 28 forks source link

Optional config to disable console output #3

Closed bentappin closed 11 years ago

bentappin commented 11 years ago

Hello

I found that having the timings printed to the console when using runserver could sometimes be distracting.

I've added an optional config that allows this to be disabled (it's on by default though).

Ben.

orf commented 11 years ago

Thanks for this! I forgot to remove the printing to the console to be honest. Merged