This commit is contained in:
Michael Quigley 2025-04-29 21:07:34 -04:00
parent 3f95df780f
commit 921ded926b
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -130,9 +130,6 @@ func (cmd *testCanaryPublicProxy) run(_ *cobra.Command, _ []string) {
if sc != nil {
scCancel()
<-sc.Closed
//if err := sc.Store(); err != nil {
// panic(err)
//}
}
results := make([]*canary.LooperResults, 0)