Skip to content

Commit

Permalink
fix(core): remove debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-zh committed Aug 30, 2019
1 parent 884eab0 commit 8bef4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mars-core/src/config.js
Expand Up @@ -4,9 +4,9 @@
*/

export default {
performance: true,
performance: false,
debug: {
lifetimes: true,
lifetimes: false,
events: false
},
framework: process.env.MARS_CONFIG_FRAMEWORK
Expand Down

0 comments on commit 8bef4d6

Please sign in to comment.