Hi Mike, > I'm not sure if there is anyone who still uses older versions (pre > 1.2) of CakePHP, but I'm on 1.1.17.5612 and I have a question about > some output that shows up in the bottom of my views. > > Does anyone know if it is possible to remove the html commented time > elapsed line that shows up at the very bottom of a rendered page? > (Ex: <!-- 0.0575s -->) In general, it isn't a big issue and I > wouldn't have noticed it if I hadn't recently created a .csv feed for > someone to use. It's just something that would be nice to remove if > possible so she wouldn't have to edit the csv before importing into > Excel and stuff.
Set debug to 0 in app/config/core.php or remove the respective code snippet at the end of app/webroot/index.php Hope that helps! -- Daniel Hofstetter http://cakebaker.42dh.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
