0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-11-05 07:03:24 +01:00

Less logging

This commit is contained in:
peteruithoven 2014-05-07 23:36:31 +02:00
parent d08a8a55d9
commit 53dbbb9dce
3 changed files with 3 additions and 6 deletions

View File

@ -41,7 +41,7 @@ var BoxPage = (function (w) {
console.log("Box page pagebeforeshow");
_boxData = d3d.util.getPageParams(PAGE_ID);
var boxURL = "http://"+_boxData.localip;
console.log(" _boxData: ",_boxData);
//console.log(" _boxData: ",_boxData);
_title.text(_boxData.wifiboxid);
setNetworkStatus(NetworkAPI.STATUS.CONNECTED);
@ -104,9 +104,6 @@ var BoxPage = (function (w) {
_defaultItems.toggleClass("ui-screen-hidden",true);
_drawItem.toggleClass("ui-screen-hidden",false);
_joinNetworkItem.toggleClass("ui-screen-hidden",false);
console.log(" _defaultItems: ",_defaultItems);
console.log(" _drawItem: ",_drawItem);
console.log(" _joinNetworkItem: ",_joinNetworkItem);
var joinLink = _joinNetworkItem.find("a").attr("href");
joinLink = d3d.util.replaceURLParameters(joinLink,_boxData);

View File

@ -25,7 +25,7 @@
_page = $(this);
_list = _page.find("ul[data-role=listview]");
//_joinOtherItem = _list.find("#joinOther");
console.log(" list: ",_list);
//console.log(" list: ",_list);
});
$.mobile.document.on( "pagebeforeshow", PAGE_ID, function( event, data ) {
console.log("Join network page pagebeforeshow");

View File

@ -111,7 +111,7 @@ d3d.util = {
//console.log(" data.toPage: ",data.toPage);
if (typeof data.toPage !== "string") { return; }
console.log("pagebeforechange, data: ",data);
//console.log("pagebeforechange, data: ",data);
var url = d3d.util.parseURL(data.toPage);
//console.log(" url: ",url);
//console.log(" url.hash: ",url.hash);