cleanup extras

This commit is contained in:
yggverse 2024-10-06 18:24:55 +03:00
parent 3dffcb029a
commit 395551e14c
3 changed files with 5 additions and 17 deletions

View file

@ -253,7 +253,7 @@ impl Tab {
pub fn restore(&self, tx: &Transaction, app_browser_window_id: &i64) {
match self.database.records(tx, app_browser_window_id) {
Ok(records) => {
for record in records {
for _ in records {
// Delegate restore action to childs
// nothing yet..
}