refactor: remove log

This commit is contained in:
Polianin Nikita 2024-08-23 23:56:21 +03:00
parent 52432fd00f
commit 35217726b0

View File

@ -67,8 +67,6 @@ export class TabStorageComponent {
selectedData.type = type;
console.log(selectedData);
localStorage.setItem(this.dataName, JSON.stringify(selectedData));
}