Skip to content

Commit cbc9f56

Browse files
remove cout file json
1 parent 80e7924 commit cbc9f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

file_controller.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ std::string genTree(const HttpRequestPtr &req, std::function<void(const HttpResp
2828
char *pathvar;
2929
pathvar = getenv("PWD");
3030
std::string result = shell_commons(("cd "+std::string(pathvar)+"/.. " + "&&"+"tree -J root" ).c_str()) ;
31-
std::cout << result << std::endl;
3231
auto res = HttpResponse::newHttpResponse();
3332
res->addHeader("Access-Control-Allow-Origin", "*");
3433
res ->setBody(result);

0 commit comments

Comments
 (0)