Skip to content

Commit f0eaff7

Browse files
committed
Removing debugging that made it into LDIF import
1 parent 352bbe2 commit f0eaff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Classes/LDAP/Import/LDIF.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function process(): Collection
6666

6767
$m = [];
6868
preg_match('/^([a-zA-Z0-9;-]+)(:+)\s+(.*)$/',$line,$m);
69-
dump(['m'=>$m,'line'=>$line]);
7069

7170
switch (Arr::get($m,1)) {
7271
case 'changetype':

0 commit comments

Comments
 (0)