chore: remove forgotten eprintln.
This commit is contained in:
parent
5b71f5f850
commit
f67a6b5a02
1 changed files with 0 additions and 1 deletions
|
|
@ -708,7 +708,6 @@ impl App {
|
||||||
for entity in entities {
|
for entity in entities {
|
||||||
if self.tab_model.is_active(entity) {
|
if self.tab_model.is_active(entity) {
|
||||||
if let Some(Tab::Editor(tab)) = self.tab_model.data_mut::<Tab>(entity) {
|
if let Some(Tab::Editor(tab)) = self.tab_model.data_mut::<Tab>(entity) {
|
||||||
eprintln!("setting stuff");
|
|
||||||
tab.set_config(&self.config);
|
tab.set_config(&self.config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue