diff options
-rwxr-xr-x | rhimport-ra | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rhimport-ra b/rhimport-ra index d452e60..bbe6d26 100755 --- a/rhimport-ra +++ b/rhimport-ra @@ -62,8 +62,6 @@ if(scalar(@allowed_dbs) != 1) { } my $dropbox = $allowed_dbs[0]->{'PATH'}; my $to_cart = $allowed_dbs[0]->{'TO_CART'}; -my $dropbox = "hello world"; -my $to_cart = 12345; my @today = Date::Calc::Standard_to_Business(Date::Calc::Today()); $today[2] = 1; |