mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[DOC] doc: fix t-debug example
also, remove a useless console.log closes #661
This commit is contained in:
@@ -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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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...");
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user