Commit 2a25a221 authored by fangzhipeng's avatar fangzhipeng

干掉多余日志

parent 6cb9ea2f
...@@ -21,7 +21,6 @@ public class TableSplitPlugin extends BasePlugin { ...@@ -21,7 +21,6 @@ public class TableSplitPlugin extends BasePlugin {
@Override @Override
public boolean modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) { public boolean modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable) {
logger.info("****************************测试断点");
if (!split(introspectedTable)) { if (!split(introspectedTable)) {
return true; 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