Skip to content

Commit

Permalink
Remove debug URL, fixes eclipse-archived#126
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Etchells <[email protected]>
  • Loading branch information
Tim Etchells authored and jopit committed Jul 23, 2019
1 parent 11995ca commit 58177fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/codewind/project/ProjectOverviewPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function buildDebugSection(project: Project): string {
${buildRow("Internal Debug Port",
normalize(project.ports.internalDebugPort, NOT_AVAILABLE),
undefined, true)}
${buildRow("Debug URL", normalize(project.debugUrl, NOT_DEBUGGING))}
</table>
`;
// ${buildRow("Debug URL", normalize(project.debugUrl, NOT_DEBUGGING))}
}

0 comments on commit 58177fc

Please sign in to comment.