Skip to content

Commit

Permalink
#909 remove print instruction (most probably used for debug purpose)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Leonard <[email protected]>
  • Loading branch information
jeromeleonard committed Jan 24, 2022
1 parent 25a0bbb commit 6bfbddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responders/MSDefenderEndpoints/MSDefenderEndpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def pushCustomIocBlock(ipAddress):
except requests.exceptions.RequestException as e:
self.error({'message': e})

print("blop")
# print("blop")
if self.service == "isolateMachine":
isolateMachine(getMachineId(self.observable))
elif self.service == "unisolateMachine":
Expand Down

0 comments on commit 6bfbddd

Please sign in to comment.