You can set DEBUG to 0 (config.php) or go to app/webroot/index.php and remove the following (at the end)

if (DEBUG)
{
    echo "<!-- ". round(getMicrotime() - $TIME_START, 4) ."s -->";
}

Regards,
Pablo

On 8/24/06, Simplerules <[EMAIL PROTECTED]> wrote:

When using the layout AJAX to output data, a HTML comment with loading
time is added and it is screwing up my scripts.

How can I remove it?

I checked the AJAX layout file and can't see it.



http://pviojo.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to