Commit cc043ac3 authored by hewei's avatar hewei

删除遗留的测试信息

parent c4b27695
......@@ -176,12 +176,8 @@ public class TableRenamePlugin extends BasePlugin {
int lastDot = type.lastIndexOf(".");
String shortName = type.substring(lastDot + 1, type.length() - 1);
Pattern pattern = Pattern.compile(searchString);
Matcher matcher = pattern.matcher(shortName);
logger.warn("===============================================================");
logger.warn(shortName);
logger.warn(type.substring(0, lastDot) + "." + matcher.replaceAll(replaceString) + suffix);
return type.substring(0, lastDot) + "." + matcher.replaceAll(replaceString) + suffix;
}
......
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