diff --git a/more/app-more.js b/more/app-more.js index 77faeb4..f0f55c2 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -95,11 +95,11 @@ function onScreenChanged(type, url) { if (type == "Web" && url.indexOf(APP_URL) != -1){ //Active - print("MORE... ACTIVE"); + //print("MORE... ACTIVE"); Appstatus = true; }else{ //Inactive - print("MORE... INACTIVE"); + //print("MORE... INACTIVE"); Appstatus = false; }