little cleanup TODO in PiLog simulate()

This commit is contained in:
Brian S. Stephan 2020-10-25 11:19:20 -05:00
parent a0a1aa10f4
commit bcc5f767ba
1 changed files with 1 additions and 0 deletions

View File

@ -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