Deleted debugging

This commit is contained in:
Sergei Antipov 2015-05-25 19:11:08 +06:00 committed by Matt Clay
parent 56918df8a4
commit f517de938c

View file

@ -163,7 +163,6 @@ author: Sergei Antipov
import os
import time
import logging
try:
from proxmoxer import ProxmoxAPI
@ -287,7 +286,6 @@ def main():
storage = module.params['storage']
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 not api_password:
try: