Skip to content

Commit

Permalink
Update BlocklyReturnSwagger.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed May 2, 2024
1 parent a631603 commit 1e12c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blockly10/src/BlocklyReusable/BlocklyReturnSwagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export default class BlocklyReturnSwagger {
var url = new URL(root);
host=url.hostname;
port= url.port;
// console.log('find root', url, host , port);
console.log('find root', url, host , port);
}
}
catch(e){
Expand All @@ -464,7 +464,7 @@ export default class BlocklyReturnSwagger {
}
host=host?host:" ";

var shadow=self.GenerateShadowField('string', 'override_host',host);
// var shadow=self.GenerateShadowField('string', 'override_host',host);
// console.log('X_override_host',shadow);
xmlBlockShow += `<value name="val_version">
<block type="text">
Expand Down

0 comments on commit 1e12c16

Please sign in to comment.