瀏覽代碼

增加计算进度通知

dsx 2 年之前
父節點
當前提交
71ce542330
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildSceneProgressServiceImpl.java

+ 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);