I want to remove the revision part. It seems to come from this function: bbp_topic_content(); Which file is generating it?
bbp_topic_content();
In bbpress.php, topics and replies have 'revisions', as one of their features. Comment out those two lines.
bbpress.php
'revisions',
You must log in to post.