remove debugging code

pull/1971/head
Richard Harris 7 years ago
parent 4cb1470c05
commit 69acc50b21

@ -52,7 +52,6 @@ export function updateKeyedEach(old_blocks, component, changed, get_key, dynamic
var did_move = {}; var did_move = {};
function insert(block) { function insert(block) {
console.log(`inserting`, block.key);
block[intro_method](node, next); block[intro_method](node, next);
lookup[block.key] = block; lookup[block.key] = block;
next = block.first; next = block.first;

Loading…
Cancel
Save