My webapp is working fine, but this morning I suddenly started seeing 5 new console info messages appearing when I browse to the app in Chrome.
The console messages include;
- [RequestHeaders] os=Windows; osVer=10.0; proc=Win32; lcid=en-us; deviceType=0; country=n/a; clientName=sxt; clientVer=913/10.2.0.9800/sxt
- [CalendarContentScript]::initialize...
- contentscript.ts:22 [SXT]::Content script init
- contentscript.ts:29 [SXT]::Content script response Object {ecs: Object}
- backpackModule.ts?c78a:45 [BackpackModule]::disbled - no onClientInit
My app uses webpack2. These console messages didn't appear before now and they all seem to be informational.
Any ideas why this is happening and what I should try and get rid of them...?
The first console message for Angular is normal, so ignore that one. It's the others that are annoying me...