Skip to content

Commit 1a40d7c

Browse files
committed
Chore: remove debug code
1 parent eb2f8a7 commit 1a40d7c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const items = [
1313
]
1414

1515
const listHoge = (_params: PathParams): Promise<Buffer> => {
16-
console.log("hoge");
1716
const list = new ListWidget<{ id: number, hoge: string }>();
1817
items.forEach((item) => {
1918
list.setItem(item, (item: { id: number, hoge: string}): string => item.hoge);

app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class DenopsApp {
2626
),
2727
component: route.component,
2828
}));
29-
console.log(this.#routes);
3029
}
3130

3231
addCommand(name: string, path: string) {

0 commit comments

Comments
 (0)