From 9db4532ca62843643fbc18309784acc5848283d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Tue, 22 Mar 2011 14:55:22 +0000 Subject: [PATCH] Removed forgotten debug message --- phpgwapi/inc/class.egw_grid_columns.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/inc/class.egw_grid_columns.inc.php b/phpgwapi/inc/class.egw_grid_columns.inc.php index 13f35c663c..5e0e7481e9 100644 --- a/phpgwapi/inc/class.egw_grid_columns.inc.php +++ b/phpgwapi/inc/class.egw_grid_columns.inc.php @@ -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) {