Commit 8f4a8ab3 authored by youxiaoji's avatar youxiaoji

* [关闭调试信息]

parent a83dac71
...@@ -155,10 +155,10 @@ public class VisitorAppointmentTool { ...@@ -155,10 +155,10 @@ public class VisitorAppointmentTool {
@Tool(description = "提交访客预约申请") @Tool(description = "提交访客预约申请")
public String submitAppointmentApply(ToolContext toolContext) { public String submitAppointmentApply(ToolContext toolContext) {
sharedContext.tracing().start(new Tracing.StartOptions() // sharedContext.tracing().start(new Tracing.StartOptions()
.setScreenshots(true) // .setScreenshots(true)
.setSnapshots(true) // .setSnapshots(true)
.setSources(true)); // .setSources(true));
...@@ -273,8 +273,8 @@ public class VisitorAppointmentTool { ...@@ -273,8 +273,8 @@ public class VisitorAppointmentTool {
} }
infoCollectorService.clearValue(); infoCollectorService.clearValue();
infoCollectorService.clearInfo(pageId); infoCollectorService.clearInfo(pageId);
sharedContext.tracing().stop(new Tracing.StopOptions() // sharedContext.tracing().stop(new Tracing.StopOptions()
.setPath(Paths.get("trace1.zip"))); // .setPath(Paths.get("trace1.zip")));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment