Removing comments left in on previous commit.

This commit is contained in:
mark_story 2011-02-13 12:06:51 -05:00
parent 9f4597effd
commit 78dd89027d

View file

@ -35,9 +35,9 @@ class CakeTextReporter extends CakeBaseReporter {
* @return void
*/
public function paintDocumentStart() {
// if (!headers_sent()) {
if (!headers_sent()) {
header('Content-type: text/plain');
// }
}
}
/**