Skip to content

Commit

Permalink
Removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulWahab3181 committed Feb 22, 2024
1 parent 90b9b67 commit 1b44200
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions handlers/organization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ func TestUnitCreateOrEditOrganization(t *testing.T) {
t.Fatal(err)
}

fmt.Println("responseOrg: ", responseOrg)

assert.Equal(t, "Abdul", responseOrg.Name)
})

Expand Down

0 comments on commit 1b44200

Please sign in to comment.