From d794477ccd4c50d1a91da50d8941b515905f6030 Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 15 Dec 2014 15:10:51 -0600 Subject: [PATCH] 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 --- cinder/test.py | 1 - 1 file changed, 1 deletion(-) 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()) -- 2.45.2