Remove leftover code
This commit is contained in:
parent
b7411fd664
commit
e3f4c72ce2
|
@ -84,12 +84,3 @@ class ThresholdIRCNetworkChannels(SuperUserRequiredMixin, View):
|
|||
channels = get_irc_channels(net)
|
||||
context = {"channels": channels["channels"]}
|
||||
return render(request, self.template_name, context)
|
||||
|
||||
|
||||
# CRUD stuff
|
||||
class ThresholdIRCNetworkEdit(SuperUserRequiredMixin, APIView):
|
||||
"""
|
||||
Edit a network's attributes.
|
||||
"""
|
||||
|
||||
parser_classes = [FormParser]
|
||||
|
|
Loading…
Reference in New Issue