fix accidentally left in println!()

This commit is contained in:
Skgland
2023-08-27 22:22:59 +02:00
committed by Bennet Bleßmann
parent 0f0018abe4
commit cd0e45b70e

View File

@@ -71,7 +71,6 @@ impl Completer for Helper {
let sub_str = line.get(idx..pos).unwrap();
let atom_table = self.atoms.upgrade().unwrap();
println!("locking atom table to load completions");
let guard = atom_table.blocking_read();
let mut matching = guard