Remove global changes to log.flags

This commit is contained in:
Brian Jacokes 2016-03-03 13:46:58 -08:00
parent 5fb7f48ad1
commit ff89b72240
1 changed files with 0 additions and 1 deletions

View File

@ -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()