diff --git a/pkg/pipeline/watch.go b/pkg/pipeline/watch.go index 108b934d..9f791e0c 100644 --- a/pkg/pipeline/watch.go +++ b/pkg/pipeline/watch.go @@ -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 }