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