mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
Remove a pdb leftover
This commit is contained in:
@@ -113,7 +113,6 @@ class GetRollingStock(View):
|
|||||||
except ObjectDoesNotExist:
|
except ObjectDoesNotExist:
|
||||||
raise Http404
|
raise Http404
|
||||||
|
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
class_properties = (
|
class_properties = (
|
||||||
rolling_stock.rolling_class.property.all() if
|
rolling_stock.rolling_class.property.all() if
|
||||||
request.user.is_authenticated else
|
request.user.is_authenticated else
|
||||||
|
Reference in New Issue
Block a user