Removed debugging, made objectstore tests pass again.

This commit is contained in:
Brian Lamar
2011-06-19 14:09:09 -04:00
parent 0d8cb633b7
commit 658c7d955a
2 changed files with 0 additions and 5 deletions

View File

@@ -66,10 +66,7 @@ if __name__ == '__main__':
flag_get = FLAGS.get(flag, None)
LOG.debug("%(flag)s : %(flag_get)s" % locals())
pool = eventlet.pool.Pool()
pool.execute(launch, "ec2")
pool.execute(launch, "osapi")
pool.wait_all()
print >>sys.stderr, "Exiting..."