Skip to content

Commit ccdaf32

Browse files
committed
Remove debugging code
1 parent 4359c58 commit ccdaf32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impl.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"fmt"
2323
"github.com/michaelquigley/pfxlog"
2424
"github.com/openziti/foundation/v2/concurrenz"
25-
"github.com/openziti/foundation/v2/debugz"
2625
"github.com/openziti/foundation/v2/info"
2726
"github.com/openziti/foundation/v2/sequence"
2827
"github.com/pkg/errors"
@@ -109,7 +108,6 @@ func NewChannelWithUnderlay(logicalName string, underlay Underlay, bindHandler B
109108
return nil, err
110109
}
111110

112-
debugz.DumpLocalStack()
113111
impl.startMultiplex()
114112

115113
return impl, nil

0 commit comments

Comments
 (0)