Merge pull request #13 from bjacokes/bjacokes.logflags

Remove global changes to log.flags
This commit is contained in:
Nathan Button 2016-03-04 15:02:45 -07:00
commit 621312d738
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()