Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-girard committed Nov 9, 2023
1 parent 2dfbf4e commit 919da6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ad_miner/sources/modules/users.py
Expand Up @@ -1485,8 +1485,6 @@ def genGroupAnomalyAcl(self, domain):
"targets": [self.anomaly_acl[k]["n.name"]],
}

print("formated data : ", formated_data)

for name_label_instance in formated_data:
name_instance = name_label_instance.split(" ")[0]

Expand Down

0 comments on commit 919da6a

Please sign in to comment.