mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
9 lines
92 B
Go
9 lines
92 B
Go
|
// +build !dev
|
||
|
|
||
|
package etcd
|
||
|
|
||
|
const (
|
||
|
// Switch off extra debug code.
|
||
|
etcdDebug = false
|
||
|
)
|