Commit c70a2719 by s_guodong

update

parent 271b1c44
......@@ -267,8 +267,6 @@ public class MdaContext implements IContext {
@Override
public boolean saveDisplay(String panelPath, String fileName) {
IContext ctx = MdaEnv.getContext();
ctx.setErrorCode(NO_ERROR);
String templateContent = getTemplateContent(panelPath);
if (StringUtils.isBlank(templateContent)) {
return false;
......
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