We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c798e3 + 98c91e7 commit a856360Copy full SHA for a856360
1 file changed
crates/taurus/src/client/runtime_execution.rs
@@ -43,8 +43,6 @@ impl TaurusRuntimeExecutionService {
43
44
normalize_execution_result(&mut runtime_execution);
45
46
- log::debug!("{:#?}", runtime_execution);
47
-
48
let request = Request::from_parts(
49
get_authorization_metadata(&self.aquila_token),
50
Extensions::new(),
0 commit comments