Remove the logger basicConfig from the seo module.

This commit is contained in:
yackob03 2013-12-02 15:23:15 -05:00
parent 03198210c3
commit 354a03c499

View file

@ -3,8 +3,9 @@ import logging
from bs4 import BeautifulSoup
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
def render_snapshot(url):
logger.info('Snapshotting url: %s' % url)