del[protocol]: remove useless code

This commit is contained in:
sun
2023-09-15 18:57:15 +08:00
parent c11fb919b6
commit d78f79d195
@@ -312,7 +312,6 @@ public class ProtocolAnalysis {
enhanceProtocolRegistration(enhanceList);
enhanceProtocolAfter(generateOperation);
} catch (Exception e) {
e.printStackTrace();
throw new UnknownException(e);
}
}