Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslynnwu committed Jul 9, 2020
1 parent a094cec commit f27b712
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apitools/gen/client_generation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ def testGeneration(self):

sys.path.insert(0, os.path.join(os.getcwd(), 'generated'))
# Ensure we can import the generated client.
client_file = '{}_{}_client.py'.format(*api.split('.'))
from itertools import islice
with open(os.path.join(os.getcwd(), 'generated', client_file)) as f:
logging.info('client is: \n\n{}'.format(
''.join(list(islice(f, 20)))
))
importlib.import_module('{}_{}_client'.format(
*api.split('.')))

Expand Down

0 comments on commit f27b712

Please sign in to comment.