remove a console.log that slipped in somehow

pull/7738/head
Rich-Harris 9 years ago
parent 38a490d825
commit f50a3ec931

@ -151,7 +151,6 @@ export default function createBinding ( generator, node, attribute, current, loc
updateElement = deindent`
var ${value} = ${contextual ? attribute.value : `root.${attribute.value}`};
console.log( 'value', ${value} );
for ( var ${i} = 0; ${i} < ${local.name}.options.length; ${i} += 1 ) {
var ${option} = ${local.name}.options[${i}];

Loading…
Cancel
Save