roll: pigweed pw_chrono: Remove spammy print statements

When this script is executed via a Bazel genrule, its standard output is
printed to the terminal. Remove the spam by deleting these print
statements

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238618
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 79ef29541132f5f2812b6ea766583f828f22a7b6

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 4eff319c3ab77b..79ef29541132f5
Roller-URL: https://ci.chromium.org/b/8735161412341242705
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I64e6c486e5be521f1ecaabfa9eb99fd7725b5920
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/239495
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 445abb6..bf5d3bc 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-02.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735169192970656321.
-    commit = "4eff319c3ab77b6996c3bd86d559100be2bc115c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735161412341242705.
+    commit = "79ef29541132f5f2812b6ea766583f828f22a7b6",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -59,8 +59,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-02.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735169192970656321.
-    commit = "4eff319c3ab77b6996c3bd86d559100be2bc115c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735161412341242705.
+    commit = "79ef29541132f5f2812b6ea766583f828f22a7b6",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )