From 8a2769dd989935154ab74aeff6e8d79e71c22ee5 Mon Sep 17 00:00:00 2001 From: Arthur Almeida Date: Thu, 11 May 2017 14:34:22 -0300 Subject: [PATCH] removed debug statement --- CRM/Utils/String.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Utils/String.php b/CRM/Utils/String.php index cf184c2dd5..66e69552dd 100644 --- a/CRM/Utils/String.php +++ b/CRM/Utils/String.php @@ -83,8 +83,7 @@ class CRM_Utils_String { // we only use the ascii character set since mysql does not create table names / field names otherwise // CRM-11744 $name = preg_replace('/[^a-zA-Z0-9]+/', $char, trim($name)); - - //var_dump($name);exit; + //If there are no ascii characters present. if ($name == $char) { -- 2.25.1