diff --git a/app/models/tiding.rb b/app/models/tiding.rb index cdc149fe1..02692085a 100644 --- a/app/models/tiding.rb +++ b/app/models/tiding.rb @@ -25,7 +25,6 @@ class Tiding < ApplicationRecord def anonymous? (container_type == 'StudentWorksScore' && extra.to_i == 3) || - (container_type == 'StudentWorksScoresAppeal' && parent_container_type == 'AppealResult') || (container_type == 'StudentWorksScoresAppeal' && parent_container_type == 'StudentWork' && tiding_type == 'System') end end \ No newline at end of file