Skip to content

Commit e0b91db

Browse files
committed
Remove redundant debug log
1 parent e53d897 commit e0b91db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

group/group_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ func TestListContacts(t *testing.T) {
240240
t.Fatalf("expected third-contact-id, got %s", list.Items[2].ID)
241241
}
242242

243-
client.DebugLog.Printf("list:\n%#v\n", list)
244-
245243
mbtest.AssertEndpointCalled(t, http.MethodGet, "/groups/group-id/contacts")
246244
}
247245

0 commit comments

Comments
 (0)