diff --git a/lib/core/agent.py b/lib/core/agent.py index 926950caf..0a4a52791 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -123,7 +123,6 @@ class Agent(object): value = "" else: value = "-%s" % randomInt() - value = "%s " % value if value and not value.startswith(' ') else value elif where == PAYLOAD.WHERE.REPLACE: value = "" else: