Skip to content

Commit

Permalink
Merge pull request #29 from CDOT-CV/pr/address-usdot-comments-9-19-2024
Browse files Browse the repository at this point in the history
Removed unused variable declaration
  • Loading branch information
dmccoystephenson authored Sep 19, 2024
2 parents 737e2fa + 7abc88f commit ccc8ed4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ JSONObject generateAWSProfile() throws IOException {
}

static String getEnvironmentVariable(String variableName, String defaultValue) {
// get all environment variables
Map<String, String> env = System.getenv();
String value = System.getenv(variableName);
if (value == null || value.equals("")) {
System.out.println("Something went wrong retrieving the environment variable " + variableName);
Expand Down

0 comments on commit ccc8ed4

Please sign in to comment.