From: Jay S. Bryant Date: Mon, 15 Dec 2014 21:10:51 +0000 (-0600) Subject: Remove commented out code from cinder/test.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d794477ccd4c50d1a91da50d8941b515905f6030;p=openstack-build%2Fcinder-build.git Remove commented out code from cinder/test.py There was a line of code left from previous development that was left commented out. This change removes the unnecessary line of code. Change-Id: I8a78e051e946f4cad7ec4b26d1a590a7e97cb613 --- diff --git a/cinder/test.py b/cinder/test.py index 121a80ca3..19c38e922 100644 --- a/cinder/test.py +++ b/cinder/test.py @@ -84,7 +84,6 @@ class Database(fixtures.Fixture): if os.path.exists(testdb): return db_migrate.db_sync() -# self.post_migrations() if sql_connection == "sqlite://": conn = self.engine.connect() self._DB = "".join(line for line in conn.connection.iterdump())