Remove utils.debug

Hasn't been used in years.

Change-Id: Ia3f14adbdfaa122d49f550263d03eceabdfc34a4
This commit is contained in:
Rick Harris
2013-10-01 16:33:39 +00:00
parent f5a28ec97b
commit b9f0c19b69

View File

@@ -189,11 +189,6 @@ def novadir():
return os.path.abspath(nova.__file__).split('nova/__init__.py')[0]
def debug(arg):
LOG.debug(_('debug in callback: %s'), arg)
return arg
def generate_uid(topic, size=8):
characters = '01234567890abcdefghijklmnopqrstuvwxyz'
choices = [random.choice(characters) for _x in xrange(size)]