Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Feb 27, 2017
1 parent 2cb4ca2 commit f317568
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/generators/dom/visitors/Element.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ export default {
}

if ( node.initialUpdate ) {
console.log( `node.initialUpdate`, node.initialUpdate )
//generator.current.builders.init.addBlock( node.initialUpdate );
generator.current.builders.init.addBlock(
`/*HELLO*/` + node.initialUpdate
);
generator.current.builders.init.addBlock( node.initialUpdate );
}

generator.pop();
Expand Down

0 comments on commit f317568

Please sign in to comment.