From 39fc1314104d79199ea06aef560d03630d52e8d8 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Tue, 25 Jun 2024 16:02:15 -0700 Subject: [PATCH] remove double debug upload --- pkg/pipeline/watch.go | 3 --- 1 file changed, 3 deletions(-) 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 }