useless print

This commit is contained in:
mr
2026-04-03 16:54:20 +02:00
parent 316ebc93f9
commit 2a6d3880cd

View File

@@ -3,7 +3,6 @@ package utils
import (
"encoding/json"
"errors"
"fmt"
"os"
"cloud.o-forge.io/core/oc-lib/dbs"
@@ -118,7 +117,6 @@ func ModelGenericUpdateOne(change map[string]interface{}, id string, a Accessor)
}
loaded := r.Serialize(r) // get the loaded object
fmt.Println(change)
for k, v := range change { // apply the changes, with a flatten method
loaded[k] = v
}