Remove debug printf

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-04-09 22:14:19 -07:00
parent 9bad69a362
commit 1f1c133a9d

View File

@@ -192,9 +192,6 @@ func (s FrameworkService) Import(
return nil, fmt.Errorf("cannot create global id: %w", err)
}
fmt.Printf("Importing framework: %+v\n", req.Framework)
fmt.Printf("Importing controls: %+v\n", req.Framework.Controls)
now := time.Now()
framework := &coredata.Framework{
ID: frameworkID,