X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=d1d2318d79b09f0680f87dc68fedbecda3844749;hb=f3b76ddf96b6efe09b15a3784c45753b97d0c0ec;hp=8f3253c142d2d82e33d65a2a88946fb4b718ba73;hpb=1ac0c5959126e874cc99f080265d560534162e70;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 8f3253c..d1d2318 100644 --- a/web/commons.js +++ b/web/commons.js @@ -1393,7 +1393,6 @@ function url_complete(parent, url) } // alert("host: ["+host+"] path: ["+path+"]"); - console.log('URL: ' + url); if (url.substring(0,6) == 'http:/' || url.substring(0,7) == 'https:/' || url.substring(0,4) == 'ws:/' || url.substring(0,5) == 'wss:/') { return (url); }