got rid of some override code checking when doing debugging
Changes to be committed: modified: ../../../modules/deploy.py
This commit is contained in:
parent
f86404d634
commit
b74a15c9cc
1 changed files with 4 additions and 4 deletions
|
|
@ -249,11 +249,11 @@ def sync(full=True, extras=False):
|
||||||
local_dir=local_dir,
|
local_dir=local_dir,
|
||||||
excludeitems=excludeitems)
|
excludeitems=excludeitems)
|
||||||
|
|
||||||
print "\n%s override: %s " \
|
# print "\n%s override: %s " \
|
||||||
% (debug_prefix, configuration.overrides.keys())
|
# % (debug_prefix, configuration.overrides.keys())
|
||||||
|
|
||||||
print "%s has overrides? %s" \
|
# print "%s has overrides? %s" \
|
||||||
% (debug_prefix, (len(configuration.overrides.keys()) > 0))
|
# % (debug_prefix, (len(configuration.overrides.keys()) > 0))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue