diff --git a/templates/graphDebug.html b/templates/graphDebug.html index c980c38..0d183d2 100644 --- a/templates/graphDebug.html +++ b/templates/graphDebug.html @@ -78,7 +78,6 @@ var ide = '<%= ideUrl %>'; var debugUrl = ide+'#runtime/endpoint?'+encodeURIComponent('protocol=opener&address='+window.location.href); var debugButton = document.getElementById('flowhub_debug_url'); - console.log('Debug URL', debugUrl); debugButton.className = "debug"; debugButton.href = debugUrl; rt = postMessageRuntime.opener(runtimeOptions, debugButton);