Skip to content

Commit 9d82613

Browse files
author
Dennis Schwartz
committed
Remove unused logger
1 parent 116812f commit 9d82613

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from django.views.decorators.clickjacking import xframe_options_exempt
1212
from django.core.paginator import Paginator, EmptyPage
1313
import numpy as np
14-
import logging
15-
16-
logger = logging.getLogger()
1714

1815
def index(request):
1916
top_downloaded_components = Component.objects.all().only('name', 'id', 'downloads', 'url_name').order_by('-downloads')[:3]

0 commit comments

Comments
 (0)