summaryrefslogtreecommitdiff
path: root/test/monitor-manager
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-manager')
-rwxr-xr-xtest/monitor-manager7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/monitor-manager b/test/monitor-manager
index 05e1efd2..7620b35c 100755
--- a/test/monitor-manager
+++ b/test/monitor-manager
@@ -11,13 +11,6 @@ def property_changed(name, value):
for i in value:
val = val + " " + i[i.rfind("/") + 1:]
val = val + " ]"
- elif name in ["AvailableTechnologies", "EnabledTechnologies",
- "ConnectedTechnologies",
- "AvailableDebugs", "EnabledDebugs"]:
- val = "["
- for i in value:
- val = val + " " + i
- val = val + " ]"
elif name in ["Strength", "Priority"]:
val = int(value)
else: