Removing debugging that made it into LDIF import
This commit is contained in:
parent
352bbe2b75
commit
f0eaff7d42
@ -66,7 +66,6 @@ class LDIF extends Import
|
||||
|
||||
$m = [];
|
||||
preg_match('/^([a-zA-Z0-9;-]+)(:+)\s+(.*)$/',$line,$m);
|
||||
dump(['m'=>$m,'line'=>$line]);
|
||||
|
||||
switch (Arr::get($m,1)) {
|
||||
case 'changetype':
|
||||
|
Loading…
x
Reference in New Issue
Block a user