disable log collection temporarily

This is for b/270907050#comment2.

Bug: b/270907050
Change-Id: I4e816d38c1a0f379662533e278ab77cc46a8664a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4290688
Commit-Queue: Dirk Pranke <dpranke@google.com>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Reviewed-by: Junji Watanabe <jwata@google.com>
changes/88/4290688/4
Takuto Ikuta 3 years ago committed by LUCI CQ
parent df034056c6
commit 7bf7e06945

@ -197,6 +197,10 @@ def main():
# Disable logging.
logging.disable(logging.CRITICAL)
if True: # This is for unreachable code lint warning.
# TODO(b/270907050): disable log collection temporarily.
return 0
if not IsGoogler():
return 0

Loading…
Cancel
Save