Remove debug messages
This commit is contained in:
parent
8a65b6a0f4
commit
402ac5a469
@ -98,8 +98,6 @@ def copy_tree(src, dst):
|
|||||||
def copy_files(src, dst):
|
def copy_files(src, dst):
|
||||||
src = os.path.join(build_context, src)
|
src = os.path.join(build_context, src)
|
||||||
dst = os.path.join(LXC_ROOT, layers[-1], dst)
|
dst = os.path.join(LXC_ROOT, layers[-1], dst)
|
||||||
print('SRC: {}'.format(src))
|
|
||||||
print('DST: {}'.format(dst))
|
|
||||||
copy_tree(src, dst)
|
copy_tree(src, dst)
|
||||||
|
|
||||||
with open(lxcfile, 'r') as fd:
|
with open(lxcfile, 'r') as fd:
|
||||||
|
Loading…
Reference in New Issue
Block a user