Skip to content

Commit

Permalink
Remove printing to System.out from trace manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliy-yashkov authored and mrotteveel committed Nov 17, 2023
1 parent 3c88c88 commit fd5ede6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/org/firebirdsql/management/FBTraceManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ public TraceTask(FbService service, ServiceRequestBuffer srb) {

public void run() {
try {
System.out.println("Start trace");
try (FbService service = this.service) {
executeServicesOperation(service, srb);
}
System.out.println("Trace stopped");
} catch (SQLException e) {
// ignore
}
Expand Down

0 comments on commit fd5ede6

Please sign in to comment.