Skip to content

Commit 20e5b77

Browse files
Remove log
1 parent c2f5b85 commit 20e5b77

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unified-api",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "Easily create and call APIs in Typescript",
55
"author": "Decatur Robotics",
66
"license": "MIT",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ export abstract class ServerApi<
249249
}
250250

251251
const path = req.url.slice(this.urlPrefix.length).split("/");
252-
console.log(`Mapped ${req.url} -> (${this.urlPrefix})${path.join("/")}`);
253252

254253
try {
255254
const route = path.reduce(

0 commit comments

Comments
 (0)