removed preview initial value

This commit is contained in:
alessio 2016-08-02 00:52:45 +02:00
parent 524ed2d234
commit 39696a0ddc
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ func New(params *cli.Context) *Config{
Paths: []string{path}, Paths: []string{path},
Ignore: []string{ignore}, Ignore: []string{ignore},
Exts: []string{ext}, Exts: []string{ext},
Preview: false,
}, },
}, },
}, },
@ -142,7 +141,6 @@ func (h *Config) Add(params *cli.Context) error{
Paths: []string{path}, Paths: []string{path},
Exts: []string{ext}, Exts: []string{ext},
Ignore: []string{ignore}, Ignore: []string{ignore},
Preview: false,
}, },
} }
if Duplicates(new, h.Projects) { if Duplicates(new, h.Projects) {