Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
  • Loading branch information
MUzairS15 committed Aug 16, 2024
1 parent 85c93d6 commit d648931
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/meshmodel/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,11 @@ func (rm *RegistryManager) Cleanup() {
func (rm *RegistryManager) RegisterEntity(h connection.Connection, en entity.Entity) (bool, bool, error) {
registrantID, err := h.Create(rm.db)
if err != nil {
fmt.Println("REGISTRANT ERROR ")
return true, false, err
}

entityID, err := en.Create(rm.db, registrantID)
if err != nil {
fmt.Println("COMP ERROR ")
return false, true, err
}
id, _ := uuid.NewV4()
Expand Down

0 comments on commit d648931

Please sign in to comment.