When revision is deactivated under BuddyBoss> Settings> Forum the Forum log is still showing in the front end.
You can use the following CSS code to hide Forum Discussion Edit Log.
Please follow the steps below:
1. Go to BuddyBoss > Theme Options
2. Under Custom Codes, enable CSS
3. Append the following:
.bbp-reply-revision-log{ display: none; }
4. Save changes