Remove accidental log

This commit is contained in:
Adam Wathan 2021-05-13 12:06:50 -04:00
parent 4488fc1d0d
commit 6be797633f

View File

@ -314,7 +314,6 @@ function rebootWatcher(context) {
touch(context.configPath)
} else {
context.changedFiles.add(path.resolve('.', file))
console.log(context.touchFile)
touch(context.touchFile)
}
})