Remove extra status check

Signed-off-by: m.malygina <m.malygina@yadro.com>
m.malygina 2024-06-06 18:36:12 +03:00
parent 06ec4abc7f
commit ef45e81f75
1 changed files with 1 additions and 3 deletions

View File

@ -208,9 +208,7 @@ export function obj_delete() {
}
const obj = obj_to_delete_selector.nextObject();
if (obj.status == "read") {
delete_object(obj)
}
delete_object(obj)
}
export function delete_object(obj) {