tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
469 stars 26 forks source link

Unnecessary message on startup #13

Closed nickhutchinson closed 10 years ago

nickhutchinson commented 10 years ago

What's the rationale for printing the [Jump-location] Database contains XX records message to stdout when you load the module? I think if the user wants this information they should query for it.

vors commented 10 years ago

I agree. I added this info when I experienced bug 6 https://github.com/tkellogg/Jump-Location/issues/6 Once a week I lose all history and this info was critical to debug this issue. But you right, I should just put it in my profile file instead.