removed unused global

This commit is contained in:
2020-03-31 15:19:19 +00:00
parent cbf091a900
commit 0c268326d7

View File

@ -10,9 +10,6 @@ import (
"samhofi.us/x/keybase/types/stellar1"
)
// this global controls debug printing
var debug bool
// Bot holds the necessary information for the bot to work.
type bot struct {
k *keybase.Keybase