Skip to content

Commit 371dbd7

Browse files
committed
Remove remark
1 parent 53916a8 commit 371dbd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dsc-lib/src/functions/json.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ impl Function for Json {
3131
return Err(DscError::Parser(t!("functions.json.notString").to_string()));
3232
};
3333

34-
// Parse the JSON string
3534
match serde_json::from_str(json_str) {
3635
Ok(value) => Ok(value),
3736
Err(e) => Err(DscError::Parser(format!("{}: {}", t!("functions.json.invalidJson"), e))),

0 commit comments

Comments
 (0)