forked from lix-project/lix
Remove debug statement
This commit is contained in:
parent
66577a1c64
commit
1bb87c0487
|
@ -428,7 +428,6 @@ void LocalStore::findRuntimeRoots(PathSet & roots)
|
||||||
|
|
||||||
#if !defined(__linux__)
|
#if !defined(__linux__)
|
||||||
try {
|
try {
|
||||||
printError("RUN LSOF %s", LSOF);
|
|
||||||
std::regex lsofRegex(R"(^n(/.*)$)");
|
std::regex lsofRegex(R"(^n(/.*)$)");
|
||||||
auto lsofLines =
|
auto lsofLines =
|
||||||
tokenizeString<std::vector<string>>(runProgram(LSOF, true, { "-n", "-w", "-F", "n" }), "\n");
|
tokenizeString<std::vector<string>>(runProgram(LSOF, true, { "-n", "-w", "-F", "n" }), "\n");
|
||||||
|
|
Loading…
Reference in a new issue