remove extra logger

This commit is contained in:
wh1te909
2020-11-23 00:46:48 +00:00
parent c82855e732
commit 5d3dfceb22

View File

@@ -244,7 +244,6 @@ def send_raw_cmd(request):
shell=request.data["shell"],
)
logger.info(f"The command {request.data['cmd']} was sent on agent {agent.hostname}")
return Response(r)