mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 02:16:56 +02:00
removing debug print statement
This commit is contained in:
parent
fc32ba9ce3
commit
bd11825f3d
1 changed files with 0 additions and 1 deletions
|
@ -931,7 +931,6 @@ var toolBar = (function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
that.toggle = function () {
|
that.toggle = function () {
|
||||||
print("toggling");
|
|
||||||
that.setActive(!isActive);
|
that.setActive(!isActive);
|
||||||
if (!isActive) {
|
if (!isActive) {
|
||||||
tablet.gotoHomeScreen();
|
tablet.gotoHomeScreen();
|
||||||
|
|
Loading…
Reference in a new issue