* Removed logging

This commit is contained in:
knsv
2015-01-20 19:53:38 +01:00
parent 2af4a1f9f8
commit 33973354ed
5 changed files with 6 additions and 25 deletions

View File

@@ -170,7 +170,7 @@
</div>
<div class="mermaid2">
<div class="mermaid">
graph LR;
A[Start]-->B{a = '1,2'}
B-->|True|C[test = 1]
@@ -190,6 +190,7 @@ graph LR;
L-->M[Any Action];
M-->N[Any Other Action];
N-->Z;
linkStyle 11 stroke-width:2px,fill:none,stroke:red;
</div>
<h1>Dot syntax (experimental)</h1>