Skip to content

Commit e5e9ef2

Browse files
author
Dmytro Lebedynskyi
committed
linter
1 parent 557b8f5 commit e5e9ef2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server/middleware/render-app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const App = (store, req, routerContext) => (
3030
);
3131

3232
const renderPage = (body, head, initialState, config, assets, {state, STATE_IDENTIFIER} = {}) => {
33-
3433
perfomanceLog('rendering page result for ');
3534
const clientConfig = buildClientConfig(config);
3635
const stylesheet = assets.stylesheet;
@@ -98,7 +97,6 @@ export default function renderAppWrapper(assets, config) {
9897
res.setHeader('Server-Timing', timing.generateHeader());
9998
res.status(status).send(page);
10099

101-
102100
perfomanceLog(`request ended for ${req.protocol}://${req.get('host')}${req.originalUrl}`);
103101
next();
104102
};

0 commit comments

Comments
 (0)