Remove debug statement

This commit is contained in:
Eelco Dolstra 2017-04-24 15:01:28 +02:00
parent 66577a1c64
commit 1bb87c0487
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -428,7 +428,6 @@ void LocalStore::findRuntimeRoots(PathSet & roots)
#if !defined(__linux__)
try {
printError("RUN LSOF %s", LSOF);
std::regex lsofRegex(R"(^n(/.*)$)");
auto lsofLines =
tokenizeString<std::vector<string>>(runProgram(LSOF, true, { "-n", "-w", "-F", "n" }), "\n");