Browse Source

Remove unfinished configuration initialization

master
Matt Baer 9 years ago
parent
commit
3f491df75d
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      squigglelog.go

+ 0
- 9
squigglelog.go View File

@@ -57,15 +57,6 @@ func main() {
outFilePtr := flag.String("o", defaultOutFile, "Squigglelog template file (defined name).")
flag.Parse()

c := configuration()
if c = nil {
c := configure()
}

if c != nil {
templateFilePtr = c.TemplateFile
}
entryFiles := getEntries()
entries := make([]Entry, len(*entryFiles))
i := 0


Loading…
Cancel
Save