1
0
Fork 0
forked from github/pelican

Fix for issue #392

This commit is contained in:
Deniz Turgut 2013-03-27 18:17:11 -04:00
commit ba200c30af

View file

@ -0,0 +1,2 @@
import logging
logging.getLogger().addHandler(logging.NullHandler())