Skip to content

Commit

Permalink
remove system out
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu committed Dec 11, 2024
1 parent ba908ca commit de931a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public static Map<String, SchemaMetaData> load(final Collection<MetaDataLoaderMa
}
throw new SQLException(ex);
}
System.out.println("Schema meta data load cost: " + (System.currentTimeMillis() - start) + "ms");
return result;
}

Expand Down

0 comments on commit de931a0

Please sign in to comment.