Skip to content

Commit

Permalink
Removed unneeded test code
Browse files Browse the repository at this point in the history
  • Loading branch information
john-c-houser committed Dec 21, 2022
1 parent 614fbec commit 305db68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ingestor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ BEGIN
my $errors = 0;
foreach my $key (keys %{$student}) {

# For testing
if ( $student->{'student_id'} == 737059 ) {
$token = 0;
}

# If the student has no address (a private address), then set the address
# to the ISOM Building.
if ( ! $student->{'address'} && ! $student->{'city'} && ! $student->{'zipcode'} ) {
Expand Down

0 comments on commit 305db68

Please sign in to comment.