delete consol log

This commit is contained in:
2023-02-15 14:25:27 +01:00
parent 822c053e78
commit 81b27976f9

View File

@@ -63,8 +63,6 @@ func (s MongoDBStorage) GetEvent(id string) (*Event, error) {
return nil, err
}
fmt.Printf("%+v\n", event)
return event, nil
}