Remove unnecessary assignment

pull/6585/head
rster20002 5 years ago
parent 90c8f97249
commit ba7c38f900

@ -520,7 +520,6 @@ export default function dom(
${uses_props && b`$$props = @exclude_internal_props($$props);`} ${uses_props && b`$$props = @exclude_internal_props($$props);`}
#return_values = ${return_value}
return #return_values; return #return_values;
} }
catch(e) { catch(e) {

Loading…
Cancel
Save