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

Unified Diff: sky/tools/packager/main.cc

Issue 1211253004: Add MineDigger.apk that works offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: one more examples Created 5 years, 6 months 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 | « sky/shell/ui/engine.cc ('k') | sky/tools/sky_packager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/packager/main.cc
diff --git a/sky/tools/packager/main.cc b/sky/tools/packager/main.cc
index fcfd111cae5e2ec68f13897aa222d6bf1af4deb8..7b20c436a4f2a2c65f0796d5a62a49602558c062 100644
--- a/sky/tools/packager/main.cc
+++ b/sky/tools/packager/main.cc
@@ -31,9 +31,6 @@ void WriteSnapshot(base::FilePath path) {
CHECK_EQ(base::WriteFile(path, reinterpret_cast<const char*>(buffer), size),
size);
-
- std::cout << "Successfully wrote snapshot to " << path.LossyDisplayName()
- << " (" << size << " bytes)." << std::endl;
}
int main(int argc, const char* argv[]) {
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | sky/tools/sky_packager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698