chore: remove forgotten eprintln.

This commit is contained in:
l-const 2025-02-18 21:52:41 +02:00 committed by Jeremy Soller
parent 5b71f5f850
commit f67a6b5a02

View file

@ -708,7 +708,6 @@ impl App {
for entity in entities {
if self.tab_model.is_active(entity) {
if let Some(Tab::Editor(tab)) = self.tab_model.data_mut::<Tab>(entity) {
eprintln!("setting stuff");
tab.set_config(&self.config);
}
}