Island: Remove `export_monkey_telems` from config

This commit is contained in:
Shreya Malviya 2022-06-10 12:05:05 -07:00
parent 0647f6202d
commit 2ff32545d3
1 changed files with 0 additions and 14 deletions

View File

@ -153,19 +153,5 @@ INTERNAL = {
}, },
}, },
}, },
"testing": {
"title": "Testing",
"type": "object",
"properties": {
"export_monkey_telems": {
"title": "Export monkey telemetries",
"type": "boolean",
"default": False,
"description": "Exports unencrypted telemetries that "
"can be used for tests in development."
" Do not turn on!",
}
},
},
}, },
} }