1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Remove immediate debug in app.request

This commit is contained in:
David Sevilla Martin
2020-01-25 09:34:25 -05:00
parent 6978c0aa77
commit 1f1986c527
3 changed files with 2 additions and 4 deletions

2
js/dist/forum.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -284,8 +284,6 @@ export default abstract class Application {
const isDebug = app.forum.attribute('debug'); const isDebug = app.forum.attribute('debug');
this.showDebug(error);
error.alert = Alert.component({ error.alert = Alert.component({
type: 'error', type: 'error',
children, children,