Skip to content

Commit 792d85e

Browse files
authored
found a few more references to the technical event info to remove (#392)
1 parent 097bda3 commit 792d85e

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

browser-extensions/common/js/content-scripts/content-script-parkrunner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ function updateSummaryInfo(data, athleteId) {
479479
data.info.is_our_page = (data.info.has_athlete_id && athleteId == data.user_data.athlete_number)
480480
// Convenience properties for the main sources of data
481481
// data.info.has_geo_data = (data.geo_data !== undefined)
482-
data.info.has_geo_technical_event_data = (data.geo_data !== undefined && (data.geo_data.data.event_status !== undefined))
483482
data.info.has_parkrun_results = (data.parkrun_results !== undefined)
484483

485484
}

browser-extensions/common/js/testing.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ var buttons = [
1212
name: "Clear geo.xml cache",
1313
action: "cache-geo-clear"
1414
},
15-
{
16-
name: "Clear Technical Event Information cache",
17-
action: "cache-tei-clear"
18-
},
1915
{
2016
name: "Get current cache data",
2117
action: "cache-get"
@@ -31,14 +27,6 @@ var buttons = [
3127
{
3228
name: "Enable fetching geo.xml",
3329
action: "enable-geo"
34-
},
35-
{
36-
name: "Disable fetching Techincal Event Information",
37-
action: "disable-tei"
38-
},
39-
{
40-
name: "Enable fetching Techincal Event Information",
41-
action: "enable-tei"
4230
}
4331
]
4432

0 commit comments

Comments
 (0)