forked from p15670423/monkey
Island: Remove `export_monkey_telems` from config
This commit is contained in:
parent
0647f6202d
commit
2ff32545d3
|
@ -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!",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue