We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dbg!
1 parent dca2363 commit 3867a2dCopy full SHA for 3867a2d
libsql/src/sync/connection.rs
@@ -49,8 +49,6 @@ impl SyncedConnection {
49
state
50
};
51
52
- dbg!((&state, sql, &predicted_end_state));
53
-
54
let should_execute_local = match (*state, predicted_end_state) {
55
(State::Init, State::Init) => stmts.iter().all(parser::Statement::is_read_only),
56
0 commit comments