作者 钟来

删除测试代码

@@ -30,9 +30,6 @@ public class FileChangeListener { @@ -30,9 +30,6 @@ public class FileChangeListener {
30 //启动监听线程 30 //启动监听线程
31 startThread(); 31 startThread();
32 32
33 - System.out.println("启动成功");  
34 - ProtocolParserFactory protocolParserFactory = PluginsClassLoader.getJarClass(ProtocolParserFactory.class,"com.zhonglai.luhui.device.protocol.http.analysis.analysis.ProtocolParserServiceImpl");  
35 - System.out.println(protocolParserFactory.analysisTopic("/{{roleid}}/{{username}}/{{clientid}}/{{payloadtype}}/{{imei}}/{{topicType}}"));  
36 } 33 }
37 34
38 35