Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Oct 18, 2016
1 parent 3e1e2e7 commit ce2d56f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/core/manager/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class Manager {

this._watchStructure = watch.createMonitor(this._pathStructure, (monitor) => {
monitor.on("created", (f, stat) => {
console.log('* * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
console.log('here', this.events.structure)
this.events.structure.emit('update')
})
monitor.on("changed", (f, curr, prev) => {
Expand Down

0 comments on commit ce2d56f

Please sign in to comment.