Skip to content

Commit de0840b

Browse files
author
Mark Gibbs
committed
Improve view code
1 parent eb06c98 commit de0840b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

django_plotly_dash/views.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ def update(request, id, **kwargs):
3737
resp = mFunc()
3838
else:
3939
# Use direct dispatch with extra arguments in the argMap
40-
print("Update args")
41-
print(rb)
4240
argMap = {'id':id,
43-
'request':request,
4441
'session':request.session}
4542
resp = app.dispatch_with_args(rb, argMap)
46-
print(resp.data)
4743

4844
return HttpResponse(resp.data,
4945
content_type=resp.mimetype)

0 commit comments

Comments
 (0)