Skip to content

Commit

Permalink
Removed ThreadContext clearall() function
Browse files Browse the repository at this point in the history
  • Loading branch information
ishita9 committed Oct 11, 2024
1 parent b474914 commit ae6e85b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion java/edu/ucar/metviewer/MVBatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,5 @@ public static void main(String[] argv) throws Exception {

logger.info("Total execution time " + stopWatch.getFormattedTotalDuration());

ThreadContext.clearAll();
}
}
1 change: 0 additions & 1 deletion java/edu/ucar/metviewer/MVLoad.java
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ public static void main(String[] argv) {
}

logger.info("---- MVLoad Done ----");
ThreadContext.clearAll();
}


Expand Down

0 comments on commit ae6e85b

Please sign in to comment.