We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a16124 commit ea95e55Copy full SHA for ea95e55
lib/snippets.js
@@ -218,7 +218,6 @@ module.exports = {
218
loadPackageSnippets (callback) {
219
const disabledPackageNames = atom.config.get('core.packagesWithSnippetsDisabled') || []
220
const packages = atom.packages.getLoadedPackages().sort((pack, _) => {
221
- console.log(pack.path);
222
return /\/app\.asar\/node_modules\//.test(pack.path) ? -1 : 1
223
})
224
0 commit comments