mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
Removed DEBUG_TRACE from convert_uri_to_file_name()
This commit is contained in:
parent
b10b989865
commit
c88f736971
@ -1581,8 +1581,6 @@ static int convert_uri_to_file_name(struct mg_connection *conn, char *buf,
|
||||
//change_slashes_to_backslashes(buf);
|
||||
#endif // _WIN32
|
||||
|
||||
DEBUG_TRACE(("[%s] -> [%s], [%.*s]", uri, buf, (int) vec.len, vec.ptr));
|
||||
|
||||
if ((stat_result = mg_stat(buf, st)) != 0) {
|
||||
// Support PATH_INFO for CGI scripts.
|
||||
for (p = buf + strlen(buf); p > buf + 1; p--) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user