Skip to content

Commit

Permalink
Remove abusive dump
Browse files Browse the repository at this point in the history
... yeah, that's what I said...
  • Loading branch information
benpate committed Jan 2, 2025
1 parent a921aa1 commit 0e1e584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/step_ProcessTags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"io"

"github.com/benpate/derp"
"github.com/davecgh/go-spew/spew"
)

// StepProcessTags is an action step that adds tags to a stream, either by scanning the content, or by
Expand Down Expand Up @@ -38,6 +37,5 @@ func (step StepProcessTags) Post(builder Builder, buffer io.Writer) PipelineBeha

}

spew.Dump(builder)
return Halt().WithError(derp.NewInternalError(location, "This step can only be used in a Stream or User builder"))
}

0 comments on commit 0e1e584

Please sign in to comment.