fix: remove debug message

This commit is contained in:
DanyLE 2023-07-14 11:24:06 +02:00 committed by Dany LE
parent 3e201bfbba
commit 984cdae438

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 {