Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang committed Sep 9, 2024
1 parent a30e8cc commit 14b1b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ impl ServerInfo {
let metadata: HashMap<String, String> = HashMap::new();
// Return the default server info json content
// Create a ServerInfo object with default values
info!("keran is testing, the current sdk version is: {}", SDK_VERSION);
ServerInfo {
protocol: "uds".to_string(),
language: "rust".to_string(),
Expand Down

0 comments on commit 14b1b34

Please sign in to comment.