mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
remove debug log
This commit is contained in:
parent
d025a3004d
commit
8dc55442b1
@ -53,7 +53,6 @@ function path_list(pathname) {
|
|||||||
// URL decode
|
// URL decode
|
||||||
list[i] = querystring.unescape(list[i]);
|
list[i] = querystring.unescape(list[i]);
|
||||||
}
|
}
|
||||||
logging.debug("path:", list);
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +66,6 @@ function requestHandler(req, res) {
|
|||||||
|
|
||||||
var local_path = req.url.path_list[0];
|
var local_path = req.url.path_list[0];
|
||||||
logging.log(req.id, req.method, req.url.href);
|
logging.log(req.id, req.method, req.url.href);
|
||||||
logging.debug(req.id, req.url.path_list);
|
|
||||||
if (req.method === "GET" || req.method === "HEAD") {
|
if (req.method === "GET" || req.method === "HEAD") {
|
||||||
try {
|
try {
|
||||||
switch (local_path) {
|
switch (local_path) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user