@@ -18,7 +18,6 @@ public class ScheduleJob {
@Scheduled(cron = "0/5 * * * * ? ")
public void job4SceneDownload() throws Exception {
- log.info("场景下载定时任务执行。。。。");
sceneDownLoadService.process();
}