With theeventscalendar 4.6.10.1 I am seeing a new error on one of my pages (https://steeplechasers.org/training/running-routes). Not sure why this is not happening on other pages, but it looks like the minimization of the javascript file tribe-events.min.js wasn’t complete.
When I format the js file through chrome {} I see this error on line 585.
The line is
d && debug.info("TEC Debug: Tribe Events JS init, Init Timer started from tribe-events.js."),
so I think should be
d && d.info("TEC Debug: Tribe Events JS init, Init Timer started from tribe-events.js."),