about summary refs log tree commit diff
path: root/src/libstore/gc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r--src/libstore/gc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc
index b6d462d2bffb..3e7e42cbc969 100644
--- a/src/libstore/gc.cc
+++ b/src/libstore/gc.cc
@@ -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");