Skip to content

Commit

Permalink
remove double debug upload (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 authored Jun 25, 2024
1 parent 7024b31 commit 64191f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/pipeline/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ func (c *Controller) messageWatch(msg *gst.Message) bool {
err = c.handleMessageElement(msg)
}
if err != nil {
if c.Debug.EnableProfiling {
c.uploadDebugFiles()
}
c.OnError(err)
return false
}
Expand Down

0 comments on commit 64191f0

Please sign in to comment.