[REM] tools: remove error handling in playground

There was some code to attempt to display the error in the right
pane, whenever it occured in the app early phase.

However, it made it much harder to properly handle all cases. It could
silently swallow some errors (if more than one was done), And it was
not behaving the same way in Firefox and in Chrome.
This commit is contained in:
Géry Debongnie
2019-11-11 08:32:41 +01:00
committed by aab-odoo
parent c5a80497ac
commit b891ae7de4
3 changed files with 5 additions and 60 deletions
-4
View File
@@ -51,10 +51,6 @@
</p>
</div>
</div>
<div t-if="state.error" class="error">
<h3>Error</h3>
<pre t-esc="state.error"/>
</div>
<div class="content" t-ref="content"/>
</div>
</div>