Skip to content

Commit

Permalink
ALS-6330: Remove misleading stack trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Jul 2, 2024
1 parent e7e39de commit b034ddc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ public static VariantMetadataIndex createInstance(String metadataIndexPath) {
} catch(Exception e) {
// todo: handle exceptions better
log.info("No Metadata Index found at " + metadataIndexPath);
log.debug("Error loading metadata index:", e);
return null;
}
}
Expand Down

0 comments on commit b034ddc

Please sign in to comment.