We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runInDebug
1 parent cdb0862 commit cb6db02Copy full SHA for cb6db02
packages/@ember/debug/index.ts
@@ -171,9 +171,7 @@ if (DEBUG) {
171
/**
172
Display a debug notice.
173
174
- Calls to this function are removed from production builds, so they can be
175
- freely added for documentation and debugging purposes without worries of
176
- incuring any performance penalty.
+ Calls to this function are not invoked in production builds.
177
178
```javascript
179
import { debug } from '@ember/debug';
0 commit comments