Skip to content

Commit

Permalink
No need to log the debug URL, since we need to go through the button
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Aug 9, 2017
1 parent 6321a65 commit 31acbd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/graphDebug.html
Expand Up @@ -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);
Expand Down

0 comments on commit 31acbd7

Please sign in to comment.