Skip to content

Commit

Permalink
remove a line of unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeooHsiang committed Mar 10, 2022
1 parent 33b5c64 commit 43a9f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/submitted_content_controller.rb
Expand Up @@ -29,7 +29,6 @@ def edit

@assignment = @participant.assignment
# ACS We have to check if this participant has team or not
# hence use team count for the check
SignUpSheet.signup_team(@assignment.id, @participant.user_id, nil) if @participant.team.nil?
# @can_submit is the flag indicating if the user can submit or not in current stage
@can_submit = !params.key?(:view)
Expand Down

0 comments on commit 43a9f0e

Please sign in to comment.