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 6918d94 commit a217f9dCopy full SHA for a217f9d
lib/trailpack.js
@@ -18,7 +18,6 @@ module.exports = {
18
* :all:<phase> event.
19
*/
20
bindTrailpackPhaseListeners (app, packs) {
21
- console.log('bindTrailpackPhaseListeners')
22
const validatedEvents = packs.map(pack => `trailpack:${pack.name}:validated`)
23
const configuredEvents = packs.map(pack => `trailpack:${pack.name}:configured`)
24
const initializedEvents = packs.map(pack => `trailpack:${pack.name}:initialized`)
@@ -37,7 +36,6 @@ module.exports = {
37
36
* completes each lifecycle, fire individual events for those trailpacks.
38
39
bindTrailpackMethodListeners (app, packs) {
40
- console.log('bindTrailpackMethodListeners')
41
packs.map(pack => {
42
const lifecycle = pack.config.lifecycle
43
0 commit comments