fix: remove debug message
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-07-14 11:24:06 +02:00
parent a14e4e5381
commit 525a1d4ae8

View File

@ -109,7 +109,6 @@ namespace OS {
if (!v) { if (!v) {
return; return;
} }
console.log("direction is", v);
(this.refs.list as ListViewTag).dir = v; (this.refs.list as ListViewTag).dir = v;
} }
get dir(): string { get dir(): string {