Removing debugging that made it into LDIF import

This commit is contained in:
Deon George 2025-04-10 16:08:58 +10:00
parent 352bbe2b75
commit f0eaff7d42

View File

@ -66,7 +66,6 @@ class LDIF extends Import
$m = []; $m = [];
preg_match('/^([a-zA-Z0-9;-]+)(:+)\s+(.*)$/',$line,$m); preg_match('/^([a-zA-Z0-9;-]+)(:+)\s+(.*)$/',$line,$m);
dump(['m'=>$m,'line'=>$line]);
switch (Arr::get($m,1)) { switch (Arr::get($m,1)) {
case 'changetype': case 'changetype':