Remove test code from GroupManager::widget

Oops.
This commit is contained in:
Hypolite Petovan 2025-01-25 12:45:47 -05:00
parent 8bf3d6694a
commit 5cd6d9a0f1

View file

@ -108,8 +108,6 @@ class GroupManager
$entries = [];
$contacts = [];
foreach ($contacts as $contact) {
$entry = [
'url' => 'contact/' . $contact['id'] . '/conversations',