remove advanced tracking

This commit is contained in:
Azgaar 2021-10-13 11:09:04 +03:00 committed by Peter
parent 60f92142ca
commit 86e3a5147e
4 changed files with 0 additions and 13 deletions

View file

@ -931,7 +931,6 @@ function enterStandardView() {
}
async function enter3dView(type) {
track("click", `3d mode: ${type}`);
const canvas = document.createElement("canvas");
canvas.id = "canvas3d";
canvas.dataset.type = type;