Skip to content

Commit

Permalink
Disable DebuggerTracer for release
Browse files Browse the repository at this point in the history
  • Loading branch information
FeldrinH committed Sep 8, 2023
1 parent 0bdbaca commit 5d84df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ee/ut/dendroloj/Dendrologist.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private static void init(boolean visualize) {
}

private static void initTracing() {
DebuggerTracer.init();
// DebuggerTracer.init();
AgentTracer.init();
}

Expand Down

0 comments on commit 5d84df3

Please sign in to comment.