[DOC] doc: fix t-debug example

also, remove a useless console.log

closes #661
This commit is contained in:
Géry Debongnie
2020-02-21 15:11:08 +01:00
parent fd6327b068
commit afa36f52a0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ The javascript QWeb implementation provides two useful debugging directives:
```xml
<t t-if="a_test">
<t t-debug="">
<t t-debug=""/>
</t>
```