Skip to content

Commit 46077c3

Browse files
committed
Remove extra println
1 parent 6e72429 commit 46077c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/executor/src/executors/http.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ impl HTTPSubgraphExecutor {
244244

245245
body.put(CLOSE_BRACE);
246246

247-
println!("Built request body: {}", String::from_utf8_lossy(&body));
248247
Ok(body)
249248
}
250249

0 commit comments

Comments
 (0)