Skip to content

Commit 3867a2d

Browse files
authored
fix: remove dbg!
1 parent dca2363 commit 3867a2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libsql/src/sync/connection.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ impl SyncedConnection {
4949
state
5050
};
5151

52-
dbg!((&state, sql, &predicted_end_state));
53-
5452
let should_execute_local = match (*state, predicted_end_state) {
5553
(State::Init, State::Init) => stmts.iter().all(parser::Statement::is_read_only),
5654

0 commit comments

Comments
 (0)