remove log on route constructor
This commit is contained in:
parent
8d43fce7d4
commit
93ed914eb2
@ -31,8 +31,6 @@ export abstract class Route {
|
|||||||
method = "GET";
|
method = "GET";
|
||||||
}
|
}
|
||||||
this.method = method;
|
this.method = method;
|
||||||
|
|
||||||
console.log(`Created route handler for ${path}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user