mirror of
https://github.com/thebaer/squigglelog
synced 2018-07-20 10:45:21 +00:00
Remove unfinished configuration initialization
This commit is contained in:
parent
d060b2f1c4
commit
3f491df75d
@ -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…
Reference in New Issue
Block a user