🚨 Remove generic output_attentions warning (#42334)
* Remove generic output_attentions warning
Removed broad warning for output_attentions in generic.py. Specific backend warnings remain in their respective modules.
* removed comments
* Remove unnecessary blank line in generic.py