Skip to content

Commit 310595c

Browse files
committed
remove print debugging
1 parent 932958c commit 310595c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/PiDisbandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public function testDisband()
3636
$piGroup->approveGroup();
3737
$piGroupEntry = $piGroup->getLDAPPiGroup();
3838
$piGroupAttributesBefore = $piGroupEntry->getAttributes();
39-
error_log(json_encode($piGroupAttributesBefore, JSON_PRETTY_PRINT));
4039
$piGroupName = $piGroup->getPIUID();
4140
$this->assertTrue($piGroup->exists());
4241
$this->assertEquals([$pi->getUID()], $piGroup->getGroupMemberUIDs());

0 commit comments

Comments
 (0)