Thanks @Meddysong, I suppose this was more of a suggestion than a 'request for support'. Regardless, the line to remove in the template would be under the "record" item:
{{if $record->editLine()}}
<span class='ipsType_light ipsType_medium ipsType_reset'>
({lang="edited_lc"})
</span>
{{endif}}
In case anyone wants to remove/modify it. To do what I was suggesting, just move the if statement around the $record->editLine() to allow for easy removal/adding back via the actual SuperDocs settings:
<p class='ipsType_reset ipsType_large ipsType_blendLinks'>
{{if settings.SuperDocs_showauthor}}
{lang="content_record_started_by" htmlsprintf="$record->author()->link()"}
{{if $record->editLine()}}
<span class='ipsType_light ipsType_medium ipsType_reset'>
({lang="edited_lc"})
</span>
{{endif}}
{{endif}}
</p>
Anyways. Much love. My comment to you @opentype wasn't meant to be sarcastic, hope ya know!