AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Remove console log #75

Closed Aerijo closed 5 years ago

Aerijo commented 5 years ago

That log statement adds noise to the console to report something going right. If logging is required for debugging, it should be togglable in settings and / or report when something goes wrong.

Presumably, if atom-package-deps did have an issue that prevented the then clause from activating, it would throw an error and this will catch it.

Aerijo commented 5 years ago

@Arcanemagus Can you take a look at this? It should be a reasonable and straightforward change. Maybe more could be done with the error, but this PR is to clean up my console, not add functionality.