Skip to content

Commit 5efcf0f

Browse files
Update wasm/src/programs/manager/authorize.rs
Remove Unnecessary log statement. Signed-off-by: Mike Turner <[email protected]>
1 parent a63418e commit 5efcf0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wasm/src/programs/manager/authorize.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ mod tests {
172172
// Create the puzzle spinner authorization and ensure it has the correct amount of transitions.
173173
let authorization =
174174
ProgramManager::authorize(&private_key, PUZZLE_SPINNER_V002, function_name, inputs, imports).await.unwrap();
175-
console_log!("{authorization:?}");
176175

177176
// Ensure the number of requests is correct.
178177
assert_eq!(authorization.len(), 3);

0 commit comments

Comments
 (0)