Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Dec 21, 2019
1 parent 46efe90 commit 1e24078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion observation_portal/requestgroups/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ class InstrumentConfig(models.Model):
)
exposure_count = models.PositiveIntegerField(
validators=[MinValueValidator(1)],
# TODO: Update help text. Maybe move fill window instructions to a better place and improve them.
help_text='The number of exposures to take. This field must be set to a value greater than 0.'
)
bin_x = models.PositiveSmallIntegerField(
Expand Down

0 comments on commit 1e24078

Please sign in to comment.