| Index: telemetry/telemetry/core/network_controller.py
|
| diff --git a/telemetry/telemetry/core/network_controller.py b/telemetry/telemetry/core/network_controller.py
|
| index 5acb034ad8473b3f7c8c2dfcbe4ad6fa3dcbc7b6..2f24b70b1eeea13560153b80f7d0a16b8fe04b3a 100644
|
| --- a/telemetry/telemetry/core/network_controller.py
|
| +++ b/telemetry/telemetry/core/network_controller.py
|
| @@ -11,7 +11,6 @@ class NetworkController(object):
|
|
|
| def __init__(self, network_controller_backend):
|
| self._network_controller_backend = network_controller_backend
|
| - self.InitializeIfNeeded()
|
|
|
| def InitializeIfNeeded(self):
|
| self._network_controller_backend.InitializeIfNeeded()
|
|
|