Update event_control.rs

This commit is contained in:
Yanting Zhang 2023-03-13 20:09:31 +08:00
parent c8befea7c3
commit 65b7d9301f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ impl EventControl {
let json_id = |x: &JsonValue| -> String {
let json_symbol_identifiers = Tools::collect_tag(&x, Tag::SYMBOL_IDENTIFIER);
assert_eq!(json_symbol_identifiers.len(), 1);
//assert_eq!(json_symbol_identifiers.len(), 1);
json_symbol_identifiers[0]["text"].to_string()
};