remove print
This commit is contained in:
parent
f9fef0e229
commit
61d9e17cae
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ def get_config(is_local):
|
||||||
config['local_address'] = value
|
config['local_address'] = value
|
||||||
elif key == '-v':
|
elif key == '-v':
|
||||||
v_count += 1
|
v_count += 1
|
||||||
print v_count
|
|
||||||
# '-vv' turns on more verbose mode
|
# '-vv' turns on more verbose mode
|
||||||
config['verbose'] = v_count
|
config['verbose'] = v_count
|
||||||
elif key == '-t':
|
elif key == '-t':
|
||||||
|
|
Loading…
Reference in a new issue