mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 04:14:34 +01:00
remove debug print
This commit is contained in:
@@ -474,10 +474,6 @@ impl ArbitraryFrom<(&SimulatorEnv, InteractionStats)> for Interactions {
|
||||
(env, stats): (&SimulatorEnv, InteractionStats),
|
||||
) -> Self {
|
||||
let remaining_ = remaining(env, &stats);
|
||||
println!(
|
||||
"remaining: {} {} {}",
|
||||
remaining_.read, remaining_.write, remaining_.create
|
||||
);
|
||||
frequency(
|
||||
vec![
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user