Skip to content

Commit 39708d7

Browse files
Merge branch 'fix/statement-trim' of https://github.com/supabase-community/postgres_lsp into fix/statement-trim
2 parents 01a6493 + db2a560 commit 39708d7

File tree

1 file changed

+0
-2
lines changed
  • crates/pgt_workspace/src/workspace/server

1 file changed

+0
-2
lines changed

crates/pgt_workspace/src/workspace/server/change.rs

-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ impl Document {
273273
let new_range = new_ranges[0].add(affected_range.start());
274274
let (old_id, old_range) = self.positions[affected_idx];
275275

276-
println!("{:?}", old_range);
277-
278276
// move all statements after the affected range
279277
self.move_ranges(old_range.end(), change.diff_size(), change.is_addition());
280278

0 commit comments

Comments
 (0)