Skip to content

Commit 1224e0a

Browse files
committed
Remove console.log
Signed-off-by: macdonst <simon.macdonald@gmail.com>
1 parent ea9f471 commit 1224e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/api/typescripted.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ type Todo = {
1212
export const get: EnhanceApiFn = async function (
1313
request: EnhanceApiReq,
1414
): Promise<EnhanceApiRes> {
15-
console.log(`Handling ${request.path}...`);
1615

1716
const todos: Todo[] = [
1817
{ title: "todo 1", completed: false },

0 commit comments

Comments
 (0)