diff options
Diffstat (limited to 'ctrack/core/utils.py')
-rw-r--r-- | ctrack/core/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrack/core/utils.py b/ctrack/core/utils.py index 5382a84..af01549 100644 --- a/ctrack/core/utils.py +++ b/ctrack/core/utils.py @@ -687,7 +687,6 @@ def populate_db(**kwargs): _caf2 = CAF.objects.get(pk=1) _completer = Person.objects.get(pk=1) - breakpoint() caf_assessment = CAFAssessment.objects.create( caf_id=_caf2.id, completer_id=_completer.id, comments="Random Comments" ) |