Debug statement in production code

pvanderspek - February 14, 2009 - 13:57
Project:Menu Block Split
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

The latest release contains a debug-statement which probably should have been removed. On line 131 of menu_block_split.module it says:
var_dump($parent);
This results in something like:
string(2) "44"
at the top of every page.

Removing the call to var_dump fixes this.

#1

pvanderspek - February 14, 2009 - 13:59
Status:active» duplicate

I'm sorry. I overlooked an earlier issue reporting the same problem and solution. I'll mark this as a duplicate of http://drupal.org/node/292222

 
 

Drupal is a registered trademark of Dries Buytaert.