Browse Source

removed unused global

master
David Haukeness 5 years ago
parent
commit
0c268326d7
  1. 3
      main.go

3
main.go

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

Loading…
Cancel
Save