Removed some commented out code

This commit is contained in:
Kelly Kelly 2021-04-01 12:15:21 -04:00
parent e037b9673d
commit 75c5fe79a7

View File

@ -55,10 +55,8 @@ class NewCaseWizardPanel2 implements WizardDescriptor.ValidatingPanel<WizardDesc
public NewCaseVisualPanel2 getComponent() {
if (component == null) {
component = new NewCaseVisualPanel2();
} else {
// component.refreshCaseDetailsFields();
}
return component;
}