Skip to content

Commit db2a560

Browse files
hell no
1 parent 6346731 commit db2a560

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

Diff for: crates/pgt_workspace/src/workspace/server/change.rs

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

279-
println!("{:?}", old_range);
280-
281279
// move all statements after the affected range
282280
self.move_ranges(old_range.end(), change.diff_size(), change.is_addition());
283281

0 commit comments

Comments
 (0)