Skip to content

Commit 0bbc880

Browse files
committed
remove temporary test thing
1 parent de84f6b commit 0bbc880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/VariableDeclaration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function VariableDeclaration(node, context) {
230230
if (is_async) {
231231
const location = dev && !is_ignored(init, 'await_waterfall') && locate_node(init);
232232
let call = b.call(
233-
'$.async_derived' + (parallelize ? '_p' : ''),
233+
'$.async_derived',
234234
b.thunk(expression, true),
235235
location ? b.literal(location) : undefined
236236
);

0 commit comments

Comments
 (0)