From 31bce3b12720fc290761d82067795867b6b46b1f Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Mon, 21 Jan 2019 16:49:36 -0800 Subject: [PATCH] Remove redundent lines --- tools/distrib/python/grpcio_tools/grpc_tools/command.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/distrib/python/grpcio_tools/grpc_tools/command.py b/tools/distrib/python/grpcio_tools/grpc_tools/command.py index 85273a65aea..1e556f5fd66 100644 --- a/tools/distrib/python/grpcio_tools/grpc_tools/command.py +++ b/tools/distrib/python/grpcio_tools/grpc_tools/command.py @@ -15,7 +15,6 @@ import os import pkg_resources import sys -import tempfile import setuptools @@ -67,7 +66,5 @@ class BuildPackageProtos(setuptools.Command): # directory is provided as an 'include' directory. We assume it's the '' key # to `self.distribution.package_dir` (and get a key error if it's not # there). - if self.strict_mode: - self.announce('Building Package Protos in Strict Mode') build_package_protos(self.distribution.package_dir[''], self.strict_mode)