Skip to content

Commit a217f9d

Browse files
committed
[eslint] remove log statements
1 parent 6918d94 commit a217f9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/trailpack.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
* :all:<phase> event.
1919
*/
2020
bindTrailpackPhaseListeners (app, packs) {
21-
console.log('bindTrailpackPhaseListeners')
2221
const validatedEvents = packs.map(pack => `trailpack:${pack.name}:validated`)
2322
const configuredEvents = packs.map(pack => `trailpack:${pack.name}:configured`)
2423
const initializedEvents = packs.map(pack => `trailpack:${pack.name}:initialized`)
@@ -37,7 +36,6 @@ module.exports = {
3736
* completes each lifecycle, fire individual events for those trailpacks.
3837
*/
3938
bindTrailpackMethodListeners (app, packs) {
40-
console.log('bindTrailpackMethodListeners')
4139
packs.map(pack => {
4240
const lifecycle = pack.config.lifecycle
4341

0 commit comments

Comments
 (0)