removed match printing,

CLI args use argparse

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-03-29 23:09:37 +00:00
parent 64ea7c227c
commit 5885224231
2 changed files with 16 additions and 21 deletions

View File

@@ -255,8 +255,6 @@ class Metric (Module):
temp_vector.update(red)
temp_vector.update(blu)
print(match)
self.results[match['match']] = temp_vector
self.client.push_metric(temp_vector)