aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonald <cjmcdonald@chromium.org>2021-09-15 04:27:33 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-15 17:28:42 +0000
commit3ce773e286fefff731273466eb1781670cfe3f07 (patch)
tree2fd5cc9eec02607d6d6812c0aefe15dd379f3f43
parentdb0105711017a9d38469aaf0df8b9342ae156bfe (diff)
downloadtoolchain-utils-3ce773e286fefff731273466eb1781670cfe3f07.tar.gz
Excise cros_logging module
The cros_logging module is deprecated and all usages are being removed. The lint referred to by the comment removed in this CL is no longer a thing, so remove this mention of the deprecated module from the tree. BUG=b:191490453 TEST=None Change-Id: Ifcd4cb18e87fdbd3a92747b0fdbac434d51fd055 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3161649 Tested-by: Chris McDonald <cjmcdonald@chromium.org> Auto-Submit: Chris McDonald <cjmcdonald@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
-rwxr-xr-xafdo_tools/bisection/afdo_prof_analysis.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/afdo_tools/bisection/afdo_prof_analysis.py b/afdo_tools/bisection/afdo_prof_analysis.py
index 94e5366b..ce8afd64 100755
--- a/afdo_tools/bisection/afdo_prof_analysis.py
+++ b/afdo_tools/bisection/afdo_prof_analysis.py
@@ -24,9 +24,6 @@ from __future__ import division, print_function
import argparse
import json
-# Pylint recommends we use "from chromite.lib import cros_logging as logging".
-# Chromite specific policy message, we want to keep using the standard logging
-# pylint: disable=cros-logging-import
import logging
import os
import random