mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Running collectors without the CRD
This commit is contained in:
@@ -3,7 +3,6 @@ package server
|
||||
import (
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
@@ -36,8 +35,6 @@ func putCollectorOutput(c *gin.Context) {
|
||||
}
|
||||
|
||||
collectorQueue[collectorID] = body
|
||||
|
||||
fmt.Printf("collectorQueue = %#v\n", collectorQueue)
|
||||
c.Status(201)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user