Skip to content

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
Co-authored-by: David Schmitt <[email protected]>
  • Loading branch information
dylanratcliffe and DavidS-ovm authored Jun 20, 2024
1 parent e8d3a31 commit 7f1d20a
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions cmd/tea_submitplan.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,49 +288,6 @@ func (m submitPlanModel) submitPlanCmd() tea.Msg {
m.processing <- submitPlanUpdateMsg{m.resourceExtractionTask.UpdateStatusMsg(taskStatusRunning)}
time.Sleep(time.Second)

// diffMsg := mappedItemDiffsMsg{
// numTotalChanges: 13,
// numSupported: 4,
// numUnsupported: 9,
// supported: map[string][]*sdp.MappedItemDiff{
// "kubernetes_deployment": {
// {},
// {},
// },
// "kubernetes_secret": {
// {},
// {},
// },
// },
// unsupported: map[string][]*sdp.MappedItemDiff{
// "helm_release": {
// {},
// },
// "kubectl_manifest": {
// {},
// },
// "aws_guardduty_detector_feature": {
// {},
// },
// "github_actions_environment_secret": {
// {},
// {},
// {},
// },
// "auth0_client": {
// {},
// {},
// {},
// },
// },
// }
// m.processing <- submitPlanUpdateMsg{m.resourceExtractionTask.UpdateTitleMsg(
// fmt.Sprintf("Extracting %v changing resources: %v supported %v unsupported",
// diffMsg.numTotalChanges,
// diffMsg.numSupported,
// diffMsg.numUnsupported,
// ))}
// m.processing <- submitPlanUpdateMsg{diffMsg}

m.processing <- submitPlanUpdateMsg{m.resourceExtractionTask.UpdateTitleMsg(
"Extracting 13 changing resources: 4 supported 9 unsupported",
Expand Down

0 comments on commit 7f1d20a

Please sign in to comment.