Skip to content
Snippets Groups Projects
Commit 839fb708 authored by Peter Fogg's avatar Peter Fogg
Browse files

Remove unnecessary New Relic trace.

parent 68414a13
Branches
Tags
No related merge requests found
......@@ -5,7 +5,6 @@ from django.http import Http404
from django.conf import settings
from django.core.paginator import Paginator
from django.views.generic.base import View
import newrelic.agent
from rest_framework.generics import GenericAPIView
from rest_framework.response import Response
from rest_framework.reverse import reverse
......@@ -284,7 +283,6 @@ class TeamsListView(ExpandableFieldViewMixin, GenericAPIView):
pagination_serializer_class = PaginationSerializer
serializer_class = CourseTeamSerializer
@newrelic.agent.function_trace()
def get(self, request):
"""GET /api/team/v0/teams/"""
result_filter = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment