The SQL log is generated and output independently of the $cakeDebug variable, which contains the controller dump for debug level 3.
To get rid of the dump you need to be in debug level 0 or 1. There might be another switch to turn it off specifically, but I don't know it (especially not for 1.1) On Apr 4, 12:48 pm, aka <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using the latest stable release (1.1.19.6305). > > I don't know if this is intended or not, nut when I make a following > layout: > > <html> > <head> > </head> > <body> > <?php echo $content_for_layout; ?> > </body> > </html> > > The SQL-debug still shows on my page like i would have placed <?php > echo $cakeDebug; ?> inside my layout. > > This really puzzles my mind :) --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
