Refactor: CTS: Fix comment problems in cts-exec.
pyflake is really picky about comments.
- Get rid of multiple pound signs at the beginning of block comments.
- Get rid of all pound signs at the end of comments.
- Move a couple end-of-line comments that were too close to their code to the preceeding line.