From 64191f0c65bcc015ebf36bee418909b705d50182 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Tue, 25 Jun 2024 16:51:54 -0700 Subject: [PATCH] remove double debug upload (#710) --- 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 }