removed extra logging; cleanup

This commit is contained in:
Alberto Miranda
2017-02-06 00:00:26 -03:00
parent 830312842b
commit 25ed12ba3c
3 changed files with 27 additions and 50 deletions

View File

@@ -120,7 +120,6 @@ function watch() {
}
this.on('changed', () => {
try {
console.log('-- config updated: ', configFile)
updateConfig()
console.log('WebTorrent configuration reloaded!')
watchers.forEach(fn => fn())