Skip to content

Commit af9add9

Browse files
committed
and the other one
1 parent e322611 commit af9add9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/msc4155/invite_filter_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ func TestInviteFiltering(t *testing.T) {
137137

138138
// Tests that a given invite filter config is properly set
139139
func mustSetInviteConfig(t *testing.T, c *client.CSAPI, cfg InviteFilterConfig) {
140-
log.Printf("Setting invite config A %+v\n", cfg)
141-
142140
b, err := json.Marshal(&cfg)
143141
if err != nil {
144142
panic(err)

0 commit comments

Comments
 (0)