Skip to content

Commit 3515b51

Browse files
committed
Remove less useful comment
1 parent 2f0fb8c commit 3515b51

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/datadog-trace-agent/src/env_verifier.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const AZURE_LINUX_FUNCTION_ROOT_PATH_STR: &str = "/home/site/wwwroot";
2222
const AZURE_WINDOWS_FUNCTION_ROOT_PATH_STR: &str = "C:\\home\\site\\wwwroot";
2323
const AZURE_HOST_JSON_NAME: &str = "host.json";
2424
const AZURE_FUNCTION_JSON_NAME: &str = "function.json";
25-
26-
// Azure environment variables for Flex consumption plan detection
2725
const DD_AZURE_RESOURCE_GROUP: &str = "DD_AZURE_RESOURCE_GROUP";
2826

2927
#[derive(Default, Debug, Deserialize, Serialize, Eq, PartialEq)]

0 commit comments

Comments
 (0)