Skip to content

Commit 72f3017

Browse files
committed
removed stray console log
1 parent 6573009 commit 72f3017

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Blockly.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default class BlocklyRomaJsEditor extends Component {
5050
this.blocklyXml = xmlParser.parseFromString(templateXml, 'text/xml')
5151
this.processContent(props.flattenedContent, this.blocklyXml.getElementById('start'))
5252
const initialXml = xmlSerializer.serializeToString(this.blocklyXml)
53-
console.log(initialXml)
5453
this.state = {
5554
initialXml,
5655
pickerOptions: [],

0 commit comments

Comments
 (0)