Selaa lähdekoodia

增加计算进度通知

dsx 2 vuotta sitten
vanhempi
commit
71ce542330

+ 0 - 9
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSceneProgressServiceImpl.java

@@ -63,15 +63,6 @@ public class BuildSceneProgressServiceImpl implements IBuildSceneProgressService
         String website = scenePlusExt.getWebSite();
         String title = scenePlus.getTitle();
 
-        try {
-            log.info("fuck you start");
-            Thread.sleep(10000);
-            log.info("fuck you end");
-        } catch (InterruptedException e) {
-            e.printStackTrace();
-        }
-
-
             String projectJsonPath = path.concat(File.separator).concat("project.json");
             File file = FileUtil.file(projectJsonPath);
             WatchMonitor watchMonitor = WatchMonitor.create(file);