Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit ea95e55

Browse files
committed
removed log
1 parent 4a16124 commit ea95e55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/snippets.js

-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ module.exports = {
218218
loadPackageSnippets (callback) {
219219
const disabledPackageNames = atom.config.get('core.packagesWithSnippetsDisabled') || []
220220
const packages = atom.packages.getLoadedPackages().sort((pack, _) => {
221-
console.log(pack.path);
222221
return /\/app\.asar\/node_modules\//.test(pack.path) ? -1 : 1
223222
})
224223

0 commit comments

Comments
 (0)