Deleted debugging
This commit is contained in:
parent
cb09a26900
commit
69d3474bcc
1 changed files with 0 additions and 2 deletions
|
@ -163,7 +163,6 @@ author: Sergei Antipov
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import logging
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from proxmoxer import ProxmoxAPI
|
from proxmoxer import ProxmoxAPI
|
||||||
|
@ -287,7 +286,6 @@ def main():
|
||||||
storage = module.params['storage']
|
storage = module.params['storage']
|
||||||
timeout = module.params['timeout']
|
timeout = module.params['timeout']
|
||||||
|
|
||||||
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(levelname)s:%(name)s: %(message)s')
|
|
||||||
# If password not set get it from PROXMOX_PASSWORD env
|
# If password not set get it from PROXMOX_PASSWORD env
|
||||||
if not api_password:
|
if not api_password:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue