Skip to content

Commit

Permalink
Removing comments left in on previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 13, 2011
1 parent 9f4597e commit 78dd890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cake/tests/lib/reporter/cake_text_reporter.php
Expand Up @@ -35,9 +35,9 @@ class CakeTextReporter extends CakeBaseReporter {
* @return void
*/
public function paintDocumentStart() {
// if (!headers_sent()) {
if (!headers_sent()) {
header('Content-type: text/plain');
// }
}
}

/**
Expand Down

0 comments on commit 78dd890

Please sign in to comment.