diff --git a/helios/models.py b/helios/models.py
index c30907392a20e5b0af2ab73e5ea3111d10a4772f..e772a1fae3c76e1dc528dbb3fbb491fb9a82374a 100644
--- a/helios/models.py
+++ b/helios/models.py
@@ -682,7 +682,6 @@ class Voter(HeliosModel):
   vote_hash = models.CharField(max_length = 100, null=True)
   cast_at = models.DateTimeField(auto_now_add=False, null=True)
 
-  ## FIXME: add migration
   class Meta:
     unique_together = (('election', 'voter_login_id'))