Commit 2a25a221 authored by fangzhipeng's avatar fangzhipeng

干掉多余日志

parent 6cb9ea2f
......@@ -21,7 +21,6 @@ public class TableSplitPlugin extends BasePlugin {
@Override
public boolean modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) {
logger.info("****************************测试断点");
if (!split(introspectedTable)) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment