[go: up one dir, main page]

Skip to content

Commit

Permalink
comment ml
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mansky committed May 8, 2020
1 parent 018e0fa commit 03d5065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wrappers/wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewWrapperModule() *WrapperModule {
module := &WrapperModule{}
module.activeWrappers = make([]Wrapper, 0)
module.wrapperList = []Wrapper{
NewLPIWrapper(),
//NewLPIWrapper(),
NewNDPIWrapper(),
}
return module
Expand Down

0 comments on commit 03d5065

Please sign in to comment.