When you use the scss_formatter_compressed flag, scss comments are stripped (the // type), but regular CSS comments ( /**/ style) are left in the CSS.
From what I understand this is expected SASS behavior. But when you compress the CSS output, shouldn't it be as small as possible?