tvalentyn commented on a change in pull request #13508:
URL: https://github.com/apache/beam/pull/13508#discussion_r539793778



##########
File path: sdks/python/apache_beam/transforms/environments.py
##########
@@ -312,9 +319,7 @@ def default_docker_image():
     image = (
         'apache/beam_python{version_suffix}_sdk:{tag}'.format(
             version_suffix=version_suffix, tag=sdk_version))
-    logging.info(
-        'Using Python SDK docker image: %s. If the image is not '
-        'available at local, we will try to pull from hub.docker.com' % 
(image))
+    logging.info('Default Python SDK image for environment is %s' % (image))

Review comment:
       thanks for fixing this!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to