remove now-misplaced comment

pull/1420/head
Rich Harris 6 years ago
parent 0c9e33a5e0
commit 47fa476569

@ -115,10 +115,6 @@ export default class AwaitBlock extends Node {
};
`);
// the `#component.root.set({})` below is just a cheap way to flush
// any oncreate handlers. We could have a dedicated `flush()` method
// but it's probably not worth it
block.builders.init.addBlock(deindent`
@handlePromise(${promise} = ${snippet}, ${info});
`);

Loading…
Cancel
Save