Skip to content

Commit

Permalink
remove some unused code (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Apr 18, 2022
1 parent eaa8a05 commit d3d837b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kit/src/core/build/build_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import root from '__GENERATED__/root.svelte';
import { respond } from '${runtime}/server/index.js';
import { set_paths, assets, base } from '${runtime}/paths.js';
import { set_prerendering } from '${runtime}/env.js';
import * as user_hooks from ${s(hooks)};
const template = ({ head, body, assets, nonce }) => ${s(template)
.replace('%svelte.head%', '" + head + "')
Expand Down

0 comments on commit d3d837b

Please sign in to comment.