feat: remove log
Build and Release / release (push) Successful in 1m35s

This commit is contained in:
2026-05-26 15:06:11 +07:00
parent a2ea4a443f
commit 79cf5caa0b
-2
View File
@@ -114,8 +114,6 @@ func (s *commitService) CreateCommit(ctx context.Context, userID string, project
return nil, fiber.NewError(fiber.StatusBadRequest, "Invalid snapshot JSON")
}
fmt.Printf("snapshotJSON in CreateCommit: %s\n", string(snapshotJSON))
commit, err := cRepoTx.Create(ctx, sqlc.CreateCommitParams{
ProjectID: projectUUID,
SnapshotJson: snapshotJSON,