The most recent versions of wordpress comments look something like this in the code
<li class="comment byuser comment-author-bypostauthor odd alt thread-odd thread-alt depth-1" id="comment-4026">
That's when a "byuser" logged in member or "bypostauthor" author leaves a comment. Comments left by regular visitors don't append as much junk.
There is no way that I will ever make use of all of this class information within my template markup, nor does the default wordpress theme, so it is in fact useless to me.
My concern is that Google is using this markup to tell which comments are by the author and which are not, perhaps to spot fake comments or to gauge author involvment. It's default wordpress behavior. If I remove the junk do I face the wrath so to speak?