removed debug statement
authorArthur Almeida <arthur.almeidapereira@gmail.com>
Thu, 11 May 2017 17:34:22 +0000 (14:34 -0300)
committerArthur Almeida <arthur.almeidapereira@gmail.com>
Thu, 11 May 2017 17:34:22 +0000 (14:34 -0300)
CRM/Utils/String.php

index cf184c2dd5040612187812053d9aa140aa0cda96..66e69552dded67887e8b12c71969f1425a264c2b 100644 (file)
@@ -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) {