diff options
Diffstat (limited to 'src/deps_log.cc')
-rw-r--r-- | src/deps_log.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/deps_log.cc b/src/deps_log.cc index fc46497..aa8eb23 100644 --- a/src/deps_log.cc +++ b/src/deps_log.cc @@ -307,8 +307,6 @@ DepsLog::Deps* DepsLog::GetDeps(Node* node) { bool DepsLog::Recompact(const string& path, string* err) { METRIC_RECORD(".ninja_deps recompact"); - if (!quiet_) - printf("Recompacting deps...\n"); Close(); string temp_path = path + ".recompact"; |