We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a6493 + db2a560 commit 39708d7Copy full SHA for 39708d7
crates/pgt_workspace/src/workspace/server/change.rs
@@ -273,8 +273,6 @@ impl Document {
273
let new_range = new_ranges[0].add(affected_range.start());
274
let (old_id, old_range) = self.positions[affected_idx];
275
276
- println!("{:?}", old_range);
277
-
278
// move all statements after the affected range
279
self.move_ranges(old_range.end(), change.diff_size(), change.is_addition());
280
0 commit comments