Remove comment out code

This commit removes comment out codes to keep code clean.

Change-Id: Ib280b0d039e1a47459d68f0f4d2096418a2ea5ef
This commit is contained in:
Masayuki Igawa 2016-11-15 14:09:07 +09:00
parent 551c604e22
commit 6bd8163419
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ engine = None
def setup():
global engine
db_uri = make_url(CONF.database.connection)
# db_backend = db_uri.get_backend_name()
pool_size = CONF.database.max_pool_size
pool_recycle = CONF.database.idle_timeout

View File

@ -76,7 +76,6 @@ def main():
coverage_rate = cov.get_coverage_rate()
else:
raise NotImplementedError()
# cov = coverage.ReadCoverage(sys.stdin)
process_results(project_name, coverage_rate)