Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
839fb708
Commit
839fb708
authored
9 years ago
by
Peter Fogg
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary New Relic trace.
parent
68414a13
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/teams/views.py
+0
-2
0 additions, 2 deletions
lms/djangoapps/teams/views.py
with
0 additions
and
2 deletions
lms/djangoapps/teams/views.py
+
0
−
2
View file @
839fb708
...
...
@@ -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
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment