[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 ```xml
<t t-if="a_test"> <t t-if="a_test">
<t t-debug=""> <t t-debug=""/>
</t> </t>
``` ```
-1
View File
@@ -106,7 +106,6 @@ async function startRelease() {
draft: true // todo: remove this someday draft: true // todo: remove this someday
}; };
const result = await createRelease(token, options); const result = await createRelease(token, options);
console.log(result);
await ask("Ready for next step..."); await ask("Ready for next step...");
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------