From bcc5f767ba283ed38565360df5f3ab274aba8c9c Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 25 Oct 2020 11:19:20 -0500 Subject: [PATCH] little cleanup TODO in PiLog simulate() --- pi/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pi/models.py b/pi/models.py index fbdf6c6..ae622f2 100644 --- a/pi/models.py +++ b/pi/models.py @@ -31,6 +31,7 @@ class PiLogManager(models.Manager): newest = PiLog.objects.create(simulation_x=x, simulation_y=y, total_count_inside=inside, total_count=total) + # TODO: remove the x, y return values, now that we track them in the object return newest, x, y