diff --git a/record-and-playback/core/lib/recordandplayback/generators/audio.rb b/record-and-playback/core/lib/recordandplayback/generators/audio.rb index 42c6e7e164..bbf3026ff1 100755 --- a/record-and-playback/core/lib/recordandplayback/generators/audio.rb +++ b/record-and-playback/core/lib/recordandplayback/generators/audio.rb @@ -286,13 +286,9 @@ module BigBlueButton def eql?(other) (start_record_timestamp == other.start_record_timestamp) and - (stop_event_timestamp == other.stop_event_timestamp) and (file == other.file) and - (bridge == other.bridge) and - (start_event_timestamp == other.start_event_timestamp) + (bridge == other.bridge) end - - end end