logs update

This commit is contained in:
mr 2024-08-02 13:13:04 +02:00
parent e9dd17ae87
commit e23756eba6

View File

@ -71,7 +71,6 @@ func (wfa *workflowMongoAccessor) execution(realData *Workflow, delete bool) (in
}
func (wfa *workflowMongoAccessor) UpdateOne(set utils.DBObject, id string) (utils.DBObject, int, error) {
fmt.Println(set.Serialize())
if code, err := wfa.execution(set.(*Workflow), true); err != nil {
return nil, code, err
}