forked from p15670423/monkey
Agent: Remove `export_monkey_telems` from config
This commit is contained in:
parent
16bb4b1c8a
commit
0647f6202d
|
@ -69,10 +69,5 @@ class Configuration(object):
|
||||||
|
|
||||||
keep_tunnel_open_time = 30
|
keep_tunnel_open_time = 30
|
||||||
|
|
||||||
###########################
|
|
||||||
# testing configuration
|
|
||||||
###########################
|
|
||||||
export_monkey_telems = False
|
|
||||||
|
|
||||||
|
|
||||||
WormConfiguration = Configuration()
|
WormConfiguration = Configuration()
|
||||||
|
|
Loading…
Reference in New Issue