little cleanup TODO in PiLog simulate()
This commit is contained in:
parent
a0a1aa10f4
commit
bcc5f767ba
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user