regen release

This commit is contained in:
Dany LE 2021-11-26 18:24:09 +01:00
parent dc2a7c36d8
commit a1d26a6069
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -246,7 +246,6 @@ namespace OS {
}); });
} }
this.window_list.add(win); this.window_list.add(win);
console.log("number of windows", this.window_list.size);
this.render(); this.render();
} }