Removed forgotten debug message

This commit is contained in:
Andreas Stöckel 2011-03-22 14:55:22 +00:00
parent afcf96a3cd
commit 9db4532ca6

View File

@ -284,8 +284,6 @@ class egw_grid_columns
// Read the userdata from the user preferences
$data = $this->get_userdata();
error_log(__METHOD__.print_r($data, true));
// Merge the userdata into the column data
foreach ($data as $col_id => $col_data)
{