Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Feb 9, 2022
1 parent 9ba5999 commit d05588d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type (
Log nebula.Logger
DataChs []chan Data
OutoptCh chan []string
Version string
csvStrategy csvReaderStrategy
initialized bool
sessions []*nebula.Session
Expand Down Expand Up @@ -97,7 +96,6 @@ func New() *NebulaPool {
return &NebulaPool{
Log: nebula.DefaultLogger{},
initialized: false,
Version: version,
}
}

Expand Down

0 comments on commit d05588d

Please sign in to comment.