Skip to content

Commit 48dfa1b

Browse files
committed
remove logging
1 parent fd4fff0 commit 48dfa1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/kit/src/core/dev/plugin.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ export async function create_plugin(config) {
163163

164164
update_manifest();
165165

166-
console.error(`config.kit.files.routes: ${config.kit.files.routes}`);
167-
168166
for (const event of ['add', 'unlink']) {
169167
vite.watcher.on(event, (file) => {
170-
console.error(`${event} ${file}`);
171168
if (file.startsWith(config.kit.files.routes + path.sep)) {
172169
update_manifest();
173170
}

0 commit comments

Comments
 (0)