diff --git a/src/jit/lib/setupContext.js b/src/jit/lib/setupContext.js index 2fa79d63f..b0e01d3a2 100644 --- a/src/jit/lib/setupContext.js +++ b/src/jit/lib/setupContext.js @@ -314,7 +314,6 @@ function rebootWatcher(context) { touch(context.configPath) } else { context.changedFiles.add(path.resolve('.', file)) - console.log(context.touchFile) touch(context.touchFile) } })