aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-09-02 11:35:59 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-09-02 11:35:59 +0100
commit6610509f3a3ceab151bc70305508892c9fe00e7b (patch)
tree6e2cf1283ddc679a223cd0ad0286b23f58988dd7 /ctrack/core/utils.py
parent055b50d7675505d60c0faa8bea900c9e553b7f2b (diff)
can now add a new system via the org user page
Diffstat (limited to 'ctrack/core/utils.py')
-rw-r--r--ctrack/core/utils.py1
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"
)