Skip to content
Snippets Groups Projects
Commit 856107cb authored by bgm's avatar bgm Committed by bgm
Browse files

Remove debug

parent 43f1f992
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,6 @@ class CRM_CiviExportExcel_Utils_Report extends CRM_Core_Page {
}
$w = self::getRecommendedColumnWidth($val, $headers[$key], $widths);
error_log('export: ' . $val . '=' . $w);
// Ignore width that would be too small to be practical.
if ($w < 5) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment