summaryrefslogtreecommitdiffstats
path: root/fern.go
diff options
context:
space:
mode:
Diffstat (limited to 'fern.go')
-rw-r--r--fern.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/fern.go b/fern.go
index 5f766fd..8735d61 100644
--- a/fern.go
+++ b/fern.go
@@ -25,8 +25,6 @@ func init() {
}
pState = state.NewProcessState()
- pState.YDLPath = fConf.YDLPath
- pState.DumpDir = fConf.DumpDir
// Open database.
pState.DB, err = db.Open()