remove unneeded console.log

This commit is contained in:
Feross Aboukhadijeh 2016-05-11 17:52:18 +02:00
parent 95019453fd
commit dfe8c3eb6b

View file

@ -11,5 +11,4 @@ function init () {
productName: config.APP_NAME,
submitURL: config.CRASH_REPORT_URL
})
console.log('crash reporter started')
}