mirror of https://bitbucket.org/ausocean/av.git
Set debugMode false by default.
This commit is contained in:
parent
f564a4927d
commit
c4bc4f7c61
|
@ -49,7 +49,7 @@ import (
|
|||
|
||||
const (
|
||||
minDataSize = 11
|
||||
debugMode = true
|
||||
debugMode = false
|
||||
length = 512
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue