Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
Until I figure out formatting
  • Loading branch information
picatz committed Dec 31, 2023
1 parent 015c700 commit 934e80a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/taint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ var builtinCommandLoad = &command{
patterns := []string{"./..."}
// patterns := []string{"all"}

bt.WriteString(styleFaint.Render("loading packages\n"))
bt.Flush()

pkgs, err = packages.Load(&packages.Config{
Mode: loadMode,
Context: ctx,
Expand All @@ -323,9 +320,6 @@ var builtinCommandLoad = &command{
return nil
}

bt.WriteString(styleFaint.Render("building packages\n"))
bt.Flush()

ssaBuildMode := ssa.InstantiateGenerics // ssa.SanityCheckFunctions | ssa.GlobalDebug

// Analyze the package.
Expand Down Expand Up @@ -368,9 +362,6 @@ var builtinCommandLoad = &command{
return nil
}

bt.WriteString(styleFaint.Render("building callgraph\n"))
bt.Flush()

cg, err = callgraph.New(mainFn, srcFns...)
if err != nil {
bt.WriteString(err.Error() + "\n")
Expand Down

0 comments on commit 934e80a

Please sign in to comment.