vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

quiet operation for background tasks #144

Closed wbolster closed 7 years ago

wbolster commented 7 years ago

hi, currently magithub (which is awesome) shows messages in the minibuffer, e.g. "wrote cache to ...". i find this annoying. any reason these messages cannot be removed?

vermiculus commented 7 years ago

That message is shown here:

(magithub-debug-message "wrote cache to disk")

Looking at the definition of magithub-debug-message, output is controlled by the value of (or magithub-debug-mode debug-on-error). So, one of those two is on for you.

vermiculus commented 7 years ago

Let me know if that doesn't work and I'll re-open this issue 😄

wbolster commented 7 years ago

hmmm seems i have those toggled off. will let you know if i encounter this again.