Skip to content

Commit 7aa7f94

Browse files
committed
remove print statement
1 parent 404f012 commit 7aa7f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

program/rust/src/tests/test_upd_price.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ fn test_upd_price() {
151151
assert_eq!(price_data.prev_timestamp_, 1);
152152
}
153153

154-
println!("test");
155154
// next price doesn't change but slot and timestamp does
156155
populate_instruction(&mut instruction_data, 81, 2, 3);
157156
update_clock_slot(&mut clock_account, 4);

0 commit comments

Comments
 (0)