Remove global changes to log.flags
This commit is contained in:
parent
5fb7f48ad1
commit
ff89b72240
|
@ -16,7 +16,6 @@ type AdjacencyGraph struct {
|
|||
var AdjacencyGph = make(map[string]AdjacencyGraph)
|
||||
|
||||
func init() {
|
||||
log.SetFlags(log.Lshortfile)
|
||||
AdjacencyGph["qwerty"] = BuildQwerty()
|
||||
AdjacencyGph["dvorak"] = BuildDvorak()
|
||||
AdjacencyGph["keypad"] = BuildKeypad()
|
||||
|
|
Loading…
Reference in New Issue