Blob Blame History Raw
From 48aae521ca6a6e8098fe85f71dd8ee146e4863c7 Mon Sep 17 00:00:00 2001
From: Jonathan Lebon <jonathan@jlebon.com>
Date: Fri, 14 Dec 2018 16:31:13 -0500
Subject: [PATCH] Revert "compose: Print devino cache hits on commit"

This reverts commit 0abfcecd3854ce218857bf1071d365dbd351cd4d.
---
 src/app/rpmostree-composeutil.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/app/rpmostree-composeutil.c b/src/app/rpmostree-composeutil.c
index 5c478691..544a4790 100644
--- a/src/app/rpmostree-composeutil.c
+++ b/src/app/rpmostree-composeutil.c
@@ -395,10 +395,6 @@ rpmostree_composeutil_write_composejson (OstreeRepo  *repo,
       g_variant_builder_add (builder, "{sv}", "ostree-n-content-written",
                              g_variant_new_uint32 (stats->content_objects_written));
 
-      g_print ("Content Cache Hits: %u\n", stats->devino_cache_hits);
-      g_variant_builder_add (builder, "{sv}", "ostree-n-cache-hits",
-                             g_variant_new_uint32 (stats->devino_cache_hits));
-
       g_print ("Content Bytes Written: %" G_GUINT64_FORMAT "\n", stats->content_bytes_written);
       g_variant_builder_add (builder, "{sv}", "ostree-content-bytes-written",
                              g_variant_new_uint64 (stats->content_bytes_written));
-- 
2.17.2