mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-02 06:53:13 +02:00
removing debug print statements
This commit is contained in:
parent
179ba6506e
commit
cea2b94d2b
1 changed files with 0 additions and 2 deletions
|
@ -158,7 +158,6 @@
|
||||||
index = 1;
|
index = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
print("here");
|
|
||||||
switch (params.defaultTab) {
|
switch (params.defaultTab) {
|
||||||
case "gamepad":
|
case "gamepad":
|
||||||
showGamepad();
|
showGamepad();
|
||||||
|
@ -174,7 +173,6 @@
|
||||||
showKbm();
|
showKbm();
|
||||||
index = 4;
|
index = 4;
|
||||||
}
|
}
|
||||||
print("here3");
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue