diff --git a/crash-reporter.js b/crash-reporter.js index c470e79a..359f5645 100644 --- a/crash-reporter.js +++ b/crash-reporter.js @@ -11,5 +11,4 @@ function init () { productName: config.APP_NAME, submitURL: config.CRASH_REPORT_URL }) - console.log('crash reporter started') }