Remove debug.

This commit is contained in:
Adam Gandelman 2013-07-19 14:13:59 -07:00
parent 5740434491
commit e5f219d4a6
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@ def error_out(msg):
def get_os_codename_install_source(src):
'''Derive OpenStack release codename from a given installation source.'''
import ipdb; ipdb.set_trace() ############################## Breakpoint ##############################
ubuntu_rel = lsb_release()['DISTRIB_CODENAME']
rel = ''
if src == 'distro':

View File

@ -1 +1 @@
88
90