Skip to content

Commit

Permalink
minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Sep 29, 2024
1 parent 4ccd74f commit 23d6b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Deno.serve(async (req: Request, info: Deno.ServeHandlerInfo) => {
});


console.log(`${new Date().toISOString()} - main.ts running on Deno ${Deno.version.deno}`);
console.log(`${new Date().toISOString()} - main.ts running on Deno ${Deno.version.deno} (${navigator.userAgent.toLowerCase()})`);
3 changes: 0 additions & 3 deletions proxy-api/audioscrobbler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,3 @@ function methodError(method: string, headers: Headers) {
}
}
}


console.log('audioscrobbler.ts was initiated.');

0 comments on commit 23d6b9c

Please sign in to comment.