Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd19527

Browse files
author
Louis-Philippe Huberdeau
committed
Remove debug _raw entry from output
1 parent fae965f commit dd19527

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/utils/collect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def toDict(self):
112112
"url": self.url,
113113
"headers": [dict(name=key, value=value) for key, value in self.headers.items()],
114114
"comment": self.comment,
115-
"_raw": self.raw,
116115
}
117116
if self.postBody:
118117
contentType = self.headers.get('Content-Type')
@@ -172,7 +171,6 @@ def toDict(self):
172171
"text": base64.b64encode(self.content),
173172
},
174173
"comment": self.comment,
175-
"_raw": self.raw,
176174
}
177175

178176

0 commit comments

Comments
 (0)