removing debug print statement

This commit is contained in:
Wayne Chen 2018-11-07 09:40:01 -08:00
parent fc32ba9ce3
commit bd11825f3d

View file

@ -931,7 +931,6 @@ var toolBar = (function () {
};
that.toggle = function () {
print("toggling");
that.setActive(!isActive);
if (!isActive) {
tablet.gotoHomeScreen();