diff --git a/release/antos-1.2.1.tar.gz b/release/antos-1.2.1.tar.gz index 41e72af..4e8c5c4 100644 Binary files a/release/antos-1.2.1.tar.gz and b/release/antos-1.2.1.tar.gz differ diff --git a/src/core/tags/DesktopTag.ts b/src/core/tags/DesktopTag.ts index ba52396..aac3711 100644 --- a/src/core/tags/DesktopTag.ts +++ b/src/core/tags/DesktopTag.ts @@ -246,7 +246,6 @@ namespace OS { }); } this.window_list.add(win); - console.log("number of windows", this.window_list.size); this.render(); }