about summary refs log tree commit diff
path: root/src/libstore/gc.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-24T13·01+0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-24T13·01+0200
commit1bb87c0487ba2a10f20c07dfd828b5d043249e31 (patch)
treecd4eddf2b69746b7c7904dbb7873ba4d2b809a94 /src/libstore/gc.cc
parent66577a1c64ac5d9f07aa2c207c96e13077576a4e (diff)
Remove debug statement
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");