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 |
Jump to:
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
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