Removing stdout line
This commit is contained in:
@@ -647,7 +647,6 @@ namespace daggy::daggyd {
|
|||||||
auto ext = fn.extension();
|
auto ext = fn.extension();
|
||||||
|
|
||||||
if (!fs::exists(fn)) {
|
if (!fs::exists(fn)) {
|
||||||
std::cout << "Can't find " << fn << std::endl;
|
|
||||||
REQ_RESPONSE(Not_Found, "");
|
REQ_RESPONSE(Not_Found, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user