@ -34,13 +34,6 @@ sequenceDiagram
```flow js
str=>start;
op=>operation;
cond=>condition;
e=>end
srt-->cond-->op
cond(yes)-->op
cond(no)-->str
op-->e
```