Skip to content

Commit

Permalink
remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
avirshup committed Apr 3, 2018
1 parent 24b3391 commit aca38b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyccc/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def build_dfile_stream(client, dfilepath, **kwargs):
**kwargs)

# this blocks until the image is done building
print('just checking')
for x in buildcmd:
if isinstance(x, bytes):
x = x.decode('utf-8')
Expand Down

0 comments on commit aca38b2

Please sign in to comment.