Skip to content

Commit b397ca3

Browse files
authored
skip logging code (#111)
1 parent 0f2649a commit b397ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/lit-node/lit-node/src/functions/action_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ impl Client {
386386
}
387387
}
388388

389-
#[instrument(level = "debug", skip(self), err)]
389+
#[instrument(level = "debug", skip(self, code), err)]
390390
async fn execute_js_inner(
391391
&mut self,
392392
code: Arc<String>,

0 commit comments

Comments
 (0)