Simulated O-RUs according to conf spec

- remove useless comment

Issue-ID: OAM-334
Change-Id: I7a45e754bda37e08541b2188656f5a49ad267229
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
diff --git a/solution/network/config.py b/solution/network/config.py
index 57aab93..a717dbb 100644
--- a/solution/network/config.py
+++ b/solution/network/config.py
@@ -36,7 +36,6 @@
 containers = dockerFilter.splitlines()
 
 mapping = dict({"ntsim-ng-o-ru": "O-RU", "ntsim-ng-o-du": "O-DU"})
-# base = 'https://sdnc-web:8453'
 base = get_environment_variable('SDN_CONTROLLER_PROTOCOL') + '://' + get_environment_variable('SDNC_OAM_HOST')
 username = 'admin'
 password = 'Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U'