qri-io / walk

Webcrawler/sitemapper
GNU General Public License v3.0
6 stars 2 forks source link

Clear out commented old code in `NewBadgerConfig` #17

Closed Mr0grog closed 5 years ago

Mr0grog commented 5 years ago

We have some spurious, commented out code that got accidentally merged in #13 in NewBadgerConfig: https://github.com/qri-io/walk/blob/8ff3080b27d1b3bc8b7560e31ebcdfc98add6bae/lib/badger.go#L17-L32

I think the commented code is unnecessary (that non-absolute path will be treated as relative to the CWD by Badger), but we should make sure. If so, we should delete it. If not, we should switch back to it.