From be0085d6f9837cfc66f52a5db185856521da2459 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Thu, 29 Aug 2019 08:46:17 -0400 Subject: [PATCH] removing a few cargo culted lines --- mig-bin/mig-stagebibs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/mig-bin/mig-stagebibs b/mig-bin/mig-stagebibs index c86a572..e64fd82 100755 --- a/mig-bin/mig-stagebibs +++ b/mig-bin/mig-stagebibs @@ -71,9 +71,7 @@ my $ret = GetOptions( 'auth:s' => \$auth, 'source:s' => \$source, 'base_table:s' => \$base_table, - 'stage_table:s' => \$stage_table, - 'captions:s' => \$captions, - 'debug:s' => \$debug + 'stage_table:s' => \$stage_table ); #if in file is empty then fail -- 1.7.2.5