mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Removed stray print.
This commit is contained in:
parent
e86ce3df45
commit
16396f4af9
@ -8,9 +8,6 @@
|
||||
void BrowsableFolderServeNode::_handle_request_main(Request *request) {
|
||||
String file_name = request->get_path(true, false);
|
||||
|
||||
file_name.print();
|
||||
request->get_path().print();
|
||||
|
||||
String *s = _folder_indexes[file_name];
|
||||
|
||||
if (!s) {
|
||||
|
Loading…
Reference in New Issue
Block a user