Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: topological_sort.cc

Issue 4499003: AU: reduce logging when generating delta update (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « delta_diff_generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: topological_sort.cc
diff --git a/topological_sort.cc b/topological_sort.cc
index 8422849c7d84e92813c45a7adea674da5e5090bd..5af8cc440bd1c5805ab9d323eca40a8fa37c9e69 100644
--- a/topological_sort.cc
+++ b/topological_sort.cc
@@ -27,8 +27,6 @@ void TopologicalSortVisit(const Graph& graph,
TopologicalSortVisit(graph, visited_nodes, nodes, it->first);
}
// Visit this node.
- LOG(INFO) << graph[node].file_name << " " << graph[node].op.type() << " "
- << graph[node].op.data_length();
nodes->push_back(node);
}
} // namespace {}
« no previous file with comments | « delta_diff_generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698