From 667bf8c5aadcb1516c8b3b8d36409289c68bf891 Mon Sep 17 00:00:00 2001 From: thomashaw Date: Mon, 6 Nov 2017 13:20:06 +0000 Subject: [PATCH] batch: cleanup --- lib/batch/batch_secgen.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/batch/batch_secgen.rb b/lib/batch/batch_secgen.rb index d5585509d..f0088173f 100644 --- a/lib/batch/batch_secgen.rb +++ b/lib/batch/batch_secgen.rb @@ -453,9 +453,6 @@ Print.std '~'*47 Print.std 'SecGen Batch - Batch VM Generation Service' Print.std '~'*47 -# Connect to database -# @db_conn = PG::Connection.open(:dbname => 'batch_secgen') - # Capture SecGen options delimiter_index = ARGV.find_index('---') if delimiter_index