Skip to content

Commit 3dc0c20

Browse files
committed
WIP
1 parent 57564e3 commit 3dc0c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import static datadog.trace.bootstrap.SystemUtils.getPropertyOrEnvVar;
44
import static java.nio.charset.StandardCharsets.UTF_8;
55

6-
import bootstrap.environment.SystemProperties;
76
import datadog.cli.CLIHelper;
87
import de.thetaphi.forbiddenapis.SuppressForbidden;
98
import java.io.BufferedReader;
@@ -65,7 +64,7 @@ public static void agentmain(final String agentArgs, final Instrumentation inst)
6564
BootstrapInitializationTelemetry initTelemetry;
6665

6766
// TODO Example calls that break Gradle smoke tests
68-
String javaVersion = SystemProperties.get("java.version");
67+
// String javaVersion = SystemProperties.get("java.version");
6968
// String forwarderPath = EnvironmentVariables.get("DD_TELEMETRY_FORWARDER_PATH");
7069

7170
try {

0 commit comments

Comments
 (0)