Browse Source

删除main函数

chenminghua 3 years ago
parent
commit
d641f1d9ca

+ 0 - 4
src/main/java/com/gyee/frame/service/websocket/CftInfoPushService.java

@@ -149,10 +149,6 @@ public class CftInfoPushService {
     }
 
 
-    public static void main(String[] args){
-        System.out.println(StringUtils.round(Math.random() + 9,2));
-    }
-
 }