Skip to content

Commit 1e12c16

Browse files
committed
Update BlocklyReturnSwagger.ts
1 parent a631603 commit 1e12c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/blockly10/src/BlocklyReusable/BlocklyReturnSwagger.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export default class BlocklyReturnSwagger {
455455
var url = new URL(root);
456456
host=url.hostname;
457457
port= url.port;
458-
// console.log('find root', url, host , port);
458+
console.log('find root', url, host , port);
459459
}
460460
}
461461
catch(e){
@@ -464,7 +464,7 @@ export default class BlocklyReturnSwagger {
464464
}
465465
host=host?host:" ";
466466

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

0 commit comments

Comments
 (0)