Removing stdout line

This commit is contained in:
Ian Roddis
2022-02-28 10:07:20 -04:00
parent 197af4c76a
commit e13cf512b7

View File

@@ -647,7 +647,6 @@ namespace daggy::daggyd {
auto ext = fn.extension();
if (!fs::exists(fn)) {
std::cout << "Can't find " << fn << std::endl;
REQ_RESPONSE(Not_Found, "");
}