mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Remove dbg
This commit is contained in:
parent
3145991669
commit
8fe02f6c42
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ mod tests {
|
|||
fn matches(&self, request: &Request) -> bool {
|
||||
let result: Result<serde_json::Value, _> = serde_json::from_slice(&request.body);
|
||||
if let Ok(body) = result {
|
||||
dbg!(&body);
|
||||
body.get("From").is_some()
|
||||
&& body.get("To").is_some()
|
||||
&& body.get("Subject").is_some()
|
||||
|
|
Loading…
Reference in a new issue